summaryrefslogtreecommitdiff
path: root/src/dd.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-23 20:10:25 +0000
committerJim Meyering <jim@meyering.net>2001-11-23 20:10:25 +0000
commitb78de3e724522e63bc82ef2f2214d329e69ea545 (patch)
tree9a0759d9c581522e4a3bd10fc46277db4465f2f6 /src/dd.c
parentfaf0e1a16ed1063dbe41fd03cfbcc591c5b9a3b0 (diff)
downloadcoreutils-b78de3e724522e63bc82ef2f2214d329e69ea545.tar.xz
Split usage strings so that --help and --version
descriptions are alone in their own string.
Diffstat (limited to 'src/dd.c')
-rw-r--r--src/dd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dd.c b/src/dd.c
index 6ddcad1e6..47d5f0370 100644
--- a/src/dd.c
+++ b/src/dd.c
@@ -304,6 +304,8 @@ Copy a file, converting and formatting according to the options.\n\
of=FILE write to FILE instead of stdout\n\
seek=BLOCKS skip BLOCKS obs-sized blocks at start of output\n\
skip=BLOCKS skip BLOCKS ibs-sized blocks at start of input\n\
+"), stdout);
+ fputs (_("\
--help display this help and exit\n\
--version output version information and exit\n\
"), stdout);