Skip to content
Snippets Groups Projects
Commit d5a1231a authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Remove -C(hasing) option. Doesn't make sense for update operations

(at least not with a secure authentication framework).
parent 516fd0ff
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ usage( void )
const char options[] = "r"
"cCd:D:e:f:h:H:IkKMnO:p:P:QR:U:vVw:WxX:y:Y:Z";
"cd:D:e:f:h:H:IkKMnO:p:P:QR:U:vVw:WxX:y:Y:Z";
int
handle_private_option( int i )
......
......@@ -134,7 +134,7 @@ usage( void )
const char options[] = "aFrS:"
"cCd:D:e:f:h:H:IkKMnO:p:P:QR:U:vVw:WxX:y:Y:Z";
"cd:D:e:f:h:H:IkKMnO:p:P:QR:U:vVw:WxX:y:Y:Z";
int
handle_private_option( int i )
......
......@@ -89,7 +89,7 @@ usage( void )
const char options[] = "rs:"
"cCd:D:e:f:h:H:IkKMnO:p:P:QR:U:vVw:WxX:y:Y:Z";
"cd:D:e:f:h:H:IkKMnO:p:P:QR:U:vVw:WxX:y:Y:Z";
int
handle_private_option( int i )
......
......@@ -81,7 +81,7 @@ usage( void )
const char options[] = "a:As:St:T:"
"Cd:D:e:h:H:InO:p:QR:U:vVw:WxX:y:Y:Z";
"d:D:e:h:H:InO:p:QR:U:vVw:WxX:y:Y:Z";
int
handle_private_option( int i )
......
......@@ -62,7 +62,7 @@ usage( void )
const char options[] = ""
"Cd:D:e:h:H:InO:p:QR:U:vVw:WxX:y:Y:Z";
"d:D:e:h:H:InO:p:QR:U:vVw:WxX:y:Y:Z";
int
handle_private_option( int i )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment