doc: fix punctuation in stat --help

* src/stat.c (usage): Replace a mistaken semicolon with a colon,
and replace mistaken backticks with single quotes.  Also reorder
some words, for clarity.
Fixes https://bugs.gnu.org/43707
This commit is contained in:
Benno Schulenberg 2020-09-29 14:31:52 +02:00 committed by Pádraig Brady
parent 5b8161ee4d
commit ebaffa5094

View File

@ -1717,10 +1717,10 @@ Display file or file system status.\n\
fputs (VERSION_OPTION_DESCRIPTION, stdout); fputs (VERSION_OPTION_DESCRIPTION, stdout);
fputs (_("\n\ fputs (_("\n\
The --cached MODE argument can be; always, never, or default.\n\ The MODE argument of --cached can be: always, never, or default.\n\
`always` will use cached attributes if available, while\n\ 'always' will use cached attributes if available, while\n\
`never` will try to synchronize with the latest attributes, and\n\ 'never' will try to synchronize with the latest attributes, and\n\
`default` will leave it up to the underlying file system.\n\ 'default' will leave it up to the underlying file system.\n\
"), stdout); "), stdout);
fputs (_("\n\ fputs (_("\n\