summaryrefslogtreecommitdiff
path: root/src/dd.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-07-23 15:50:40 +0200
committerJim Meyering <meyering@redhat.com>2008-07-23 15:50:40 +0200
commit4fff95cfe1b1c11501759d8cb5386489628dfabb (patch)
tree504dd28c8df85014aac1f76b1fe10dc5013129cb /src/dd.c
parent77d97a1be482bd27627198a1bc852369d4749d90 (diff)
downloadcoreutils-4fff95cfe1b1c11501759d8cb5386489628dfabb.tar.xz
dd: adjust --help output so help2man formats the man page properly
* src/dd.c (usage): Use two spaces (not one) to separate "directory" from its description, so help2man formats the derived man page properly.
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 ead957464..5e3547d16 100644
--- a/src/dd.c
+++ b/src/dd.c
@@ -483,7 +483,7 @@ Each FLAG symbol may be:\n\
if (O_DIRECT)
fputs (_(" direct use direct I/O for data\n"), stdout);
if (O_DIRECTORY)
- fputs (_(" directory fail unless a directory\n"), stdout);
+ fputs (_(" directory fail unless a directory\n"), stdout);
if (O_DSYNC)
fputs (_(" dsync use synchronized I/O for data\n"), stdout);
if (O_SYNC)