]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
touch: line up long option in --help text
authorBenno Schulenberg <bensberg@justemail.net>
Sat, 18 Aug 2012 10:18:37 +0000 (12:18 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 2 Sep 2012 11:51:10 +0000 (13:51 +0200)
* src/touch.c (usage): Indent --time=... to line up with all of the
other long options.

src/touch.c

index 5976a34c93b1560ab3177e3d905d8bae7ac99ee0..3d9346469a814e3a6cb10e72ecb952ec779039bd 100644 (file)
@@ -238,7 +238,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
       fputs (_("\
   -r, --reference=FILE   use this file's times instead of current time\n\
   -t STAMP               use [[CC]YY]MMDDhhmm[.ss] instead of current time\n\
-  --time=WORD            change the specified time:\n\
+      --time=WORD        change the specified time:\n\
                            WORD is access, atime, or use: equivalent to -a\n\
                            WORD is modify or mtime: equivalent to -m\n\
 "), stdout);