diff options
| author | Jim Meyering <jim@meyering.net> | 2001-11-23 20:29:56 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2001-11-23 20:29:56 +0000 |
| commit | 072b27d4d2dffefe7c7f1d3143b5e05c50eb4ed7 (patch) | |
| tree | f00e0115f8fb69b18b023133baf4b6fb24d8e3ee /src/touch.c | |
| parent | *** empty log message *** (diff) | |
| download | coreutils-072b27d4d2dffefe7c7f1d3143b5e05c50eb4ed7.tar.gz coreutils-072b27d4d2dffefe7c7f1d3143b5e05c50eb4ed7.zip | |
(usage): Note that ``Mandatory arguments to long options are mandatory
for short options too.''
Diffstat (limited to 'src/touch.c')
| -rw-r--r-- | src/touch.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/touch.c b/src/touch.c index 8db0df7f3..a4225f927 100644 --- a/src/touch.c +++ b/src/touch.c @@ -231,6 +231,11 @@ usage (int status) fputs (_("\ Update the access and modification times of each FILE to the current time.\n\ \n\ +"), stdout); + fputs (_("\ +Mandatory arguments to long options are mandatory for short options too.\n\ +"), stdout); + fputs (_("\ -a change only the access time\n\ -c, --no-create do not create any files\n\ -d, --date=STRING parse STRING and use it instead of current time\n\ |
