bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: touch man jumbled on first look


From: Jim Meyering
Subject: Re: touch man jumbled on first look
Date: Tue, 08 Jun 2004 23:17:47 +0200

Dan Jacobson <address@hidden> wrote:
> Gentlemen, this is jumbled to the average English reader:
> $ touch --help
>   --time=WORD            set time given by WORD: access atime use (same as -a)
>                            modify mtime (same as -m)
> He would think:
>    Use? Access atime "use"? Does he mean for access time,
>    use 'atime'?
> or something, so please reword it.

Thanks for the report.
Here's a proposed change:

  $ ./touch --h
  ...
    --time=WORD            change the specified time:
                             WORD is access, atime, or use: equivalent to -a
                             WORD is modify or mtime: equivalent to -m

Suggestions for improvement are welcome.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]