diff --git a/src/viced/viced.c b/src/viced/viced.c index 0129d391d8..2ed8324cda 100644 --- a/src/viced/viced.c +++ b/src/viced/viced.c @@ -1042,7 +1042,7 @@ ParseArgs(int argc, char *argv[]) cmd_AddParmAtOffset(opts, OPT_spare, "-spare", CMD_SINGLE, CMD_OPTIONAL, "kB overage on volume quota"); - cmd_AddParmAtOffset(opts, OPT_pctspare, "pctspare", CMD_SINGLE, + cmd_AddParmAtOffset(opts, OPT_pctspare, "-pctspare", CMD_SINGLE, CMD_OPTIONAL, "percentage overage on volume quota"); cmd_AddParmAtOffset(opts, OPT_hostcpsrefresh, "-hr", CMD_SINGLE, @@ -1116,12 +1116,8 @@ ParseArgs(int argc, char *argv[]) CMD_OPTIONAL, "location of audit log"); cmd_AddParmAtOffset(opts, OPT_auditiface, "-audit-interface", CMD_SINGLE, CMD_OPTIONAL, "interface to use for audit logging"); - cmd_AddParmAtOffset(opts, OPT_config, "-config", CMD_SINGLE, CMD_OPTIONAL, - "configuration location"); cmd_AddParmAtOffset(opts, OPT_debug, "-d", CMD_SINGLE, CMD_OPTIONAL, "debug level"); - cmd_AddParmAtOffset(opts, OPT_logfile, "-logfile", CMD_SINGLE, - CMD_OPTIONAL, "location of logfile"); cmd_AddParmAtOffset(opts, OPT_mrafslogs, "-mrafslogs", CMD_FLAG, CMD_OPTIONAL, "enable MRAFS style logging"); cmd_AddParmAtOffset(opts, OPT_threads, "-p", CMD_SINGLE, CMD_OPTIONAL,