Update man page

This commit is contained in:
Marc André Tanner 2015-02-26 15:30:11 +01:00
parent ca60dc72f4
commit cefcaeb451
2 changed files with 8 additions and 3 deletions

View File

@ -6,15 +6,18 @@ abduco - terminal session manager
.B abduco
.RB [ \-e
.IR detachkey ]
.RB [ \-r ]
.RB [ \-f ]
.RB \-c
.RB name
.RB command
.RI [ args \ ... "" ]
.br
.B abduco
.RB [ \-r ]
.RB [ \-e
.IR detachkey ]
.RB [ \-r ]
.RB [ \-f ]
.RB \-n
.RB name
.RB command
@ -23,15 +26,17 @@ abduco - terminal session manager
.B abduco
.RB [ \-e
.IR detachkey ]
.RB [ \-r ]
.RB [ \-f ]
.RB \-A
.RB name
.RB command
.RI [ args \ ... "" ]
.br
.B abduco
.RB [ \-r ]
.RB [ \-e
.IR detachkey ]
.RB [ \-r ]
.RB \-a
.RB name
.br

View File

@ -216,7 +216,7 @@ static void die(const char *s) {
}
static void usage(void) {
fprintf(stderr, "usage: abduco [-a|-A|-c|-C|-n] [-r] [-e detachkey] name command\n");
fprintf(stderr, "usage: abduco [-a|-A|-c|-n] [-r] [-f] [-e detachkey] name command\n");
exit(EXIT_FAILURE);
}