Fixed help output

This commit is contained in:
Deon George 2014-01-24 16:49:50 +11:00
parent d2a006c4ff
commit 5785e95fe3
2 changed files with 3 additions and 3 deletions

View File

@ -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);

View File

@ -1,4 +1,4 @@
#define _TSMPIPE_VERSION "1.5.4"
#define _TSMPIPE_VERSION "1.5.4.1"
#define ACTION_INFO 1
#define ACTION_CREATE 2