1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-17 09:05:50 +02:00

touch: line up long option in --help text

* src/touch.c (usage): Indent --time=... to line up with all of the
other long options.
This commit is contained in:
Benno Schulenberg
2012-08-18 12:18:37 +02:00
committed by Jim Meyering
parent 135664d25e
commit e7a02cb588

View 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);