diff options
| author | Russ Allbery <rra@stanford.edu> | 2007-10-08 22:29:43 +0000 | 
|---|---|---|
| committer | Russ Allbery <rra@stanford.edu> | 2007-10-08 22:29:43 +0000 | 
| commit | d5cab445914bc3876a0b43edc110e2fabf144d23 (patch) | |
| tree | 21d894fa1c1b0737cdc8397c5c59cc3453bb1dda | |
| parent | 07545f2489d7727daf0407fdec40d1c4b091d1b5 (diff) | |
Add a missing close parenthesis to the wallet -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 043453e..92f2984 100644 --- a/client/wallet.c +++ b/client/wallet.c @@ -29,7 +29,7 @@ Options:\n\      -h              Display this help\n\      -p <port>       Port of server (default: %d, if zero, remctl default)\n\      -S <srvtab>     For the get keytab command, srvtab output file\n\ -    -s <server>     Server hostname (default: " WALLET_SERVER "\n\ +    -s <server>     Server hostname (default: " WALLET_SERVER ")\n\      -v              Display the version of wallet\n";  | 
