Changeset 6409
- Timestamp:
- Jul 27, 2008, 7:04:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/daemon/daemon.c
r6384 r6409 239 239 { 'g', "config-dir", "Where to look for configuration files", "g", 1, "<path>" }, 240 240 { 'p', "port", "RPC port (Default: "TR_DEFAULT_RPC_PORT_STR")", "p", 1, "<port>" }, 241 { 't', "auth", "Requ re authentication","t", 0, NULL },241 { 't', "auth", "Require authentication", "t", 0, NULL }, 242 242 { 'T', "no-auth", "Don't require authentication", "T", 0, NULL }, 243 243 { 'u', "username", "Set username for authentication", "u", 1, "<username>" },
Note: See TracChangeset
for help on using the changeset viewer.