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 .B abduco
.RB [ \-e .RB [ \-e
.IR detachkey ] .IR detachkey ]
.RB [ \-r ]
.RB [ \-f ]
.RB \-c .RB \-c
.RB name .RB name
.RB command .RB command
.RI [ args \ ... "" ] .RI [ args \ ... "" ]
.br .br
.B abduco .B abduco
.RB [ \-r ]
.RB [ \-e .RB [ \-e
.IR detachkey ] .IR detachkey ]
.RB [ \-r ]
.RB [ \-f ]
.RB \-n .RB \-n
.RB name .RB name
.RB command .RB command
@ -23,15 +26,17 @@ abduco - terminal session manager
.B abduco .B abduco
.RB [ \-e .RB [ \-e
.IR detachkey ] .IR detachkey ]
.RB [ \-r ]
.RB [ \-f ]
.RB \-A .RB \-A
.RB name .RB name
.RB command .RB command
.RI [ args \ ... "" ] .RI [ args \ ... "" ]
.br .br
.B abduco .B abduco
.RB [ \-r ]
.RB [ \-e .RB [ \-e
.IR detachkey ] .IR detachkey ]
.RB [ \-r ]
.RB \-a .RB \-a
.RB name .RB name
.br .br

View File

@ -216,7 +216,7 @@ static void die(const char *s) {
} }
static void usage(void) { 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); exit(EXIT_FAILURE);
} }