doc: correct and normalize --help output of several tools
authorBenno Schulenberg <bensberg@justemail.net>
Mon, 4 Aug 2008 08:44:47 +0000 (10:44 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 4 Aug 2008 09:10:14 +0000 (11:10 +0200)
commitf4bffea5e95fbb008402c156e50f81a887423250
tree5673105d5225fdc9b17f6da50b60549403cccb88
parent6b9f1bdd66a2e0b0f494d6f86e4cda43bf2215d2
doc: correct and normalize --help output of several tools

* src/chroot.c (usage): Add "[ARG]" to synopsis.
* src/cut.c (usage): Remove an inconsistent period in an option
description.
* src/du.c (usage): Remove superfluous argument after short option -X.
Also remove inconsistent uppercase and final period.
Use a single indent level for prettiness.
* src/shred.c (usage): Normalize the synopsis.
* src/stty.c (usage): Options -F and --file are alternatives, cannot
both be used.
* src/sum.c (usage): -r does not overrule -s; the last one counts.
* src/uptime.c (usage): Remove inconsistent space from the synopsis.
* src/users.c: Likewise.
src/chroot.c
src/cut.c
src/du.c
src/shred.c
src/stty.c
src/sum.c
src/uptime.c
src/users.c