From cefcaeb4518e106e8dde3986db35ce2815358a06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 26 Feb 2015 15:30:11 +0100 Subject: [PATCH] Update man page --- abduco.1 | 9 +++++++-- abduco.c | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/abduco.1 b/abduco.1 index bb4fe7d..e32092f 100644 --- a/abduco.1 +++ b/abduco.1 @@ -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 diff --git a/abduco.c b/abduco.c index 9d8aa6c..5c4d174 100644 --- a/abduco.c +++ b/abduco.c @@ -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); }