mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-31 21:09:01 +02:00
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.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user