Changeset c45628b in code


Ignore:
Timestamp:
Jan 8, 2010, 1:27:28 PM (15 years ago)
Author:
Mike Belopuhov <mike.belopuhov@…>
Branches:
master
Children:
c8c9ccf
Parents:
a785c27
Message:

describe -S option in the manual page; sync usage

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • icbd.8

    ra785c27 rc45628b  
    2626.Oo Fl G Ar group1
    2727.Ns Oo , Ns Ar ... Oc Oc
     28.Op Fl S Ar name
    2829.Sm off
    2930.Oo Ar addr
     
    4041Please refer to the document specified in the
    4142.Sx SEE ALSO
    42 section for more information about ICB protocol.
     43section for more information about the ICB protocol.
    4344.Pp
    4445The options are as follows:
     
    6364.Nm
    6465to create specified groups at startup.
     66.It Fl S Ar name
     67Set the server's name to
     68.Ar name .
    6569.It Fl v
    6670Produce more verbose output.
  • icbd.c

    ra785c27 rc45628b  
    278278{
    279279        (void)fprintf(stderr, "usage: %s [-46Cdv] [-G group1[,group2,...]] "
    280            "[[addr][:port] ...]\n",  __progname);
     280           "[-S name] [[addr][:port] ...]\n",  __progname);
    281281        exit(EX_USAGE);
    282282}
Note: See TracChangeset for help on using the changeset viewer.