From: Jim Meyering Date: Fri, 19 Nov 2004 19:29:55 +0000 (+0000) Subject: (usage): Clarify description of --author. X-Git-Tag: v5.3.0~363 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=148f896119fcfd44f4fcc58efcf5ced46356839e;p=thirdparty%2Fcoreutils.git (usage): Clarify description of --author. Tweak indentation so that help2man creates better nroff. --- diff --git a/src/ls.c b/src/ls.c index 2d5477f061..2cdd1a51f3 100644 --- a/src/ls.c +++ b/src/ls.c @@ -4022,7 +4022,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\ fputs (_("\ -a, --all do not ignore entries starting with .\n\ -A, --almost-all do not list implied . and ..\n\ - --author print the author of each file\n\ + --author with -l, print the author of each file\n\ -b, --escape print octal escapes for nongraphic characters\n\ "), stdout); fputs (_("\ @@ -4057,7 +4057,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\ follow symbolic links listed on the command line\n\ --dereference-command-line-symlink-to-dir\n\ follow each command line symbolic link\n\ - that points to a directory\n\ + that points to a directory\n\ --hide=PATTERN do not list implied entries matching shell PATTERN\n\ (overridden by -a or -A)\n\ "), stdout); @@ -4098,15 +4098,15 @@ Mandatory arguments to long options are mandatory for short options too.\n\ fputs (_("\ -S sort by file size\n\ --sort=WORD extension -X, none -U, size -S, time -t,\n\ - version -v\n\ - status -c, time -t, atime -u, access -u, use -u\n\ + version -v, status -c, time -t, atime -u,\n\ + access -u, use -u\n\ --time=WORD show time as WORD instead of modification time:\n\ - atime, access, use, ctime or status; use\n\ - specified time as sort key if --sort=time\n\ + atime, access, use, ctime or status; use\n\ + specified time as sort key if --sort=time\n\ "), stdout); fputs (_("\ --time-style=STYLE show times using style STYLE:\n\ - full-iso, long-iso, iso, locale, +FORMAT\n\ + full-iso, long-iso, iso, locale, +FORMAT.\n\ FORMAT is interpreted like `date'; if FORMAT is\n\ FORMAT1FORMAT2, FORMAT1 applies to\n\ non-recent files and FORMAT2 to recent files;\n\