summaryrefslogtreecommitdiff
path: root/src/dd.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-05-22 04:30:18 +0000
committerJim Meyering <jim@meyering.net>1995-05-22 04:30:18 +0000
commitee79446888205b9d63868168693e64c09a762051 (patch)
tree43c2fbe3e5be6be2bc5d2b56552fc4c30947b1fb /src/dd.c
parentd0da35f3d23b3879a18da4ae3161bce783f1843a (diff)
downloadcoreutils-ee79446888205b9d63868168693e64c09a762051.tar.xz
(usage): Add one or two lines of descriptive text.
Diffstat (limited to 'src/dd.c')
-rw-r--r--src/dd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dd.c b/src/dd.c
index 6674bef4d..aa6513acf 100644
--- a/src/dd.c
+++ b/src/dd.c
@@ -1092,6 +1092,7 @@ usage (status)
{
printf ("Usage: %s [OPTION]...\n", program_name);
printf ("\
+Copy a file, converting and formatting according to the options.\n\
\n\
bs=BYTES force ibs=BYTES and obs=BYTES\n\
cbs=BYTES convert BYTES bytes at a time\n\