Changeset c45628b in code
- Timestamp:
- Jan 8, 2010, 1:27:28 PM (15 years ago)
- Branches:
- master
- Children:
- c8c9ccf
- Parents:
- a785c27
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
icbd.8
ra785c27 rc45628b 26 26 .Oo Fl G Ar group1 27 27 .Ns Oo , Ns Ar ... Oc Oc 28 .Op Fl S Ar name 28 29 .Sm off 29 30 .Oo Ar addr … … 40 41 Please refer to the document specified in the 41 42 .Sx SEE ALSO 42 section for more information about ICB protocol.43 section for more information about the ICB protocol. 43 44 .Pp 44 45 The options are as follows: … … 63 64 .Nm 64 65 to create specified groups at startup. 66 .It Fl S Ar name 67 Set the server's name to 68 .Ar name . 65 69 .It Fl v 66 70 Produce more verbose output. -
icbd.c
ra785c27 rc45628b 278 278 { 279 279 (void)fprintf(stderr, "usage: %s [-46Cdv] [-G group1[,group2,...]] " 280 "[ [addr][:port] ...]\n", __progname);280 "[-S name] [[addr][:port] ...]\n", __progname); 281 281 exit(EX_USAGE); 282 282 }
Note:
See TracChangeset
for help on using the changeset viewer.