summaryrefslogtreecommitdiff
path: root/src/dd.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-08-09 21:16:28 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-08-09 21:16:28 +0000
commitd24265f9659d21c8e89f1f21cf3b774c7c120afe (patch)
tree12b8bffd9777a22d6e407abf89edf5cb77aa83e7 /src/dd.c
parent433a1eac7fac113e03407a76d38c46beca58c5b6 (diff)
downloadcoreutils-d24265f9659d21c8e89f1f21cf3b774c7c120afe.tar.xz
Warn about oflag=append without conv=notrunc.
Diffstat (limited to 'src/dd.c')
-rw-r--r--src/dd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dd.c b/src/dd.c
index 276ed7472..ff30eda98 100644
--- a/src/dd.c
+++ b/src/dd.c
@@ -458,7 +458,7 @@ Each CONV symbol may be:\n\
\n\
Each FLAG symbol may be:\n\
\n\
- append append mode (makes sense only for output)\n\
+ append append mode (makes sense only for output; conv=notrunc suggested)\n\
"), stdout);
if (O_DIRECT)
fputs (_(" direct use direct I/O for data\n"), stdout);