diff options
author | Benno Schulenberg <bensberg@justemail.net> | 2012-08-18 12:18:37 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-09-02 13:51:10 +0200 |
commit | e7a02cb58840abe7bc6b530a2d0eaec0dea9623c (patch) | |
tree | d2765a9190b3634ecd21e602fd51f52febd62889 /src | |
parent | 135664d25e09d9b285b59012832f0e8db5802042 (diff) | |
download | coreutils-e7a02cb58840abe7bc6b530a2d0eaec0dea9623c.tar.xz |
touch: line up long option in --help text
* src/touch.c (usage): Indent --time=... to line up with all of the
other long options.
Diffstat (limited to 'src')
-rw-r--r-- | src/touch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/touch.c b/src/touch.c index 5976a34c9..3d9346469 100644 --- a/src/touch.c +++ b/src/touch.c @@ -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); |