diff options
| author | Russ Allbery <rra@stanford.edu> | 2007-09-01 04:00:34 +0000 | 
|---|---|---|
| committer | Russ Allbery <rra@stanford.edu> | 2007-09-01 04:00:34 +0000 | 
| commit | 86e4f5ccdb49fbee58cec0cb2d47d5c3d02b7984 (patch) | |
| tree | f969a7c1e3b59cb411d4e7dddd951fa8ead79ad2 | |
| parent | 6fce629d4ab59b13c0a7527c6e9aa1561ce20330 (diff) | |
Change an instance of remctl to wallet in the -h output.
| -rw-r--r-- | client/wallet.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/client/wallet.c b/client/wallet.c index 05066f2..304856c 100644 --- a/client/wallet.c +++ b/client/wallet.c @@ -37,7 +37,7 @@ Options:\n\      -p <port>       Port of server (default: 4444)\n\      -S <srvtab>     For the get keytab command, srvtab output file\n\      -s <server>     Server hostname (default: " SERVER "\n\ -    -v              Display the version of remctl\n"; +    -v              Display the version of wallet\n";  /*  | 
