From: Nathan Neulinger Date: Mon, 14 May 2001 22:27:10 +0000 (+0000) Subject: make-vos-accept-force-switch-20010514 X-Git-Tag: openafs-stable-1_1_0~170 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a2da7c0d5f26340a0b03d83aa628e13670ebc55e;p=packages%2Fo%2Fopenafs.git make-vos-accept-force-switch-20010514 and let libcmd handling deal with -f --- diff --git a/src/volser/vos.c b/src/volser/vos.c index 880171530..a27f4b744 100644 --- a/src/volser/vos.c +++ b/src/volser/vos.c @@ -3772,7 +3772,7 @@ char **argv; { ts = cmd_CreateSyntax("release", ReleaseVolume, 0, "release a volume"); cmd_AddParm(ts, "-id", CMD_SINGLE, 0, "volume name or ID"); - cmd_AddParm(ts, "-f", CMD_FLAG, CMD_OPTIONAL, "force a complete release"); + cmd_AddParm(ts, "-force", CMD_FLAG, CMD_OPTIONAL, "force a complete release"); COMMONPARMS; ts = cmd_CreateSyntax("dump", DumpVolume, 0, "dump a volume");