diff options
| author | Richard Nyberg <rnyberg@murmeldjur.se> | 2006-07-23 12:41:15 +0000 |
|---|---|---|
| committer | Richard Nyberg <rnyberg@murmeldjur.se> | 2006-07-23 12:41:15 +0000 |
| commit | 336a4d4c02c27f37254b9b25666a1c74e8457633 (patch) | |
| tree | fc3b481c8c91580050fab31fe8febd22af03ac09 | |
| parent | 2e073c13f21b2bfb061e3e1ff2569ed3221c0e44 (diff) | |
| download | btpd-336a4d4c02c27f37254b9b25666a1c74e8457633.tar.gz btpd-336a4d4c02c27f37254b9b25666a1c74e8457633.zip | |
Changed the help for the '--ipcprot' option.
| -rw-r--r-- | btpd/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/btpd/main.c b/btpd/main.c index f933a51..b8165e7 100644 --- a/btpd/main.c +++ b/btpd/main.c @@ -99,9 +99,9 @@ usage(void) "--help\n" "\tShow this text.\n" "\n" - "--ipcprot prot\n" - "\tChange the protection mode on the command socket to prot.\n" - "\tThe mode must be specified in octal. Default is 0600.\n" + "--ipcprot mode\n" + "\tSet the protection mode of the command socket.\n" + "\tThe mode is specified by an octal number. Default is 0600.\n" "\n" "--logfile file\n" "\tWhere to put the logfile. By default it's put in the btpd dir.\n" |