Fixed help output
This commit is contained in:
parent
d2a006c4ff
commit
5785e95fe3
@ -78,7 +78,7 @@ void usage(void) {
|
||||
" -s and -f are required arguments for (-A/ -B operations):\n"
|
||||
" -s fsname Name of filesystem in TSM\n"
|
||||
" -f filepath Path to file within filesystem in TSM\n"
|
||||
" -l length Length of object to store. If guesstimating too large\n"
|
||||
" -l length Length of object to store. If guesstimating, too large\n"
|
||||
" is better than too small\n"
|
||||
" -D desc Description of archive object\n"
|
||||
" -P pitdate PITDate (mmddYYYY[:HHMMSS]) (BACKUP Objects)\n"
|
||||
@ -88,7 +88,7 @@ void usage(void) {
|
||||
" -E expdate Expire Date upper bound (mmddYYYY[:HHMMSS]) (ARCHIVE Objects)\n"
|
||||
" -O options Extra options to pass to dsmInitEx\n"
|
||||
#ifdef USE_DIGEST
|
||||
" -m digest Calculate digest for data being stored in TSM, eg: md5, sha1, sha512..."
|
||||
" -m digest Calculate digest for data being stored in TSM, eg: md5, sha1...\n"
|
||||
#endif
|
||||
" -v Verbose. More -v's gives more verbosity\n"
|
||||
,_TSMPIPE_VERSION);
|
||||
|
Reference in New Issue
Block a user