cmd: Tidy up -help output
authorSimon Wilkinson <sxw@your-file-system.com>
Tue, 19 Apr 2011 18:59:13 +0000 (19:59 +0100)
committerDerrick Brashear <shadow@dementia.org>
Wed, 27 Apr 2011 19:08:53 +0000 (12:08 -0700)
commit931a5696cbbf58504e8daf92f7c072b81ee93e7c
tree2f56a2d800cfc1b0b9b0b8f8cafcbd3ae424f0ed
parentd0d8b391b0c634f44cb019fd73fddf6ee523cfaa
cmd: Tidy up -help output

Tidy up the output that comes from cmd's -help option by wrapping
at 78 characters, and picking the breaks sensibly. This changes:

Usage: ./vos move -id <volume name or ID> -fromserver <machine name on source> -
frompartition <partition name on source> -toserver <machine name on destination>
 -topartition <partition name on destination> [-live] [-cell <cell name>] [-noau
th] [-localauth] [-verbose] [-encrypt] [-noresolve] [-help]

to...

Usage: ./vos move -id <volume name or ID>
         -fromserver <machine name on source>
         -frompartition <partition name on source>
         -toserver <machine name on destination>
         -topartition <partition name on destination> [-live]
         [-cell <cell name>] [-noauth] [-localauth] [-verbose]
         [-encrypt] [-noresolve] [-help]

Change-Id: I494c287a9370d052763b464df33e69a936edef71
Reviewed-on: http://gerrit.openafs.org/4546
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/bu_utils/Makefile.in
src/bu_utils/NTMakefile
src/butc/Makefile.in
src/cmd/cmd.c
src/venus/test/Makefile.in
src/vlserver/NTMakefile
tests/cmd/command-t.c