forked from github/abduco
Update man page
This commit is contained in:
parent
ca60dc72f4
commit
cefcaeb451
9
abduco.1
9
abduco.1
|
|
@ -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
|
||||||
|
|
|
||||||
2
abduco.c
2
abduco.c
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue