summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jaildaemon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/jaildaemon.c b/jaildaemon.c
index f78d1b1..46e14af 100644
--- a/jaildaemon.c
+++ b/jaildaemon.c
@@ -95,8 +95,8 @@ static void exerr( char * message, ... ) {
95static void usage( char * cmd ) { 95static void usage( char * cmd ) {
96 fprintf( stderr, 96 fprintf( stderr,
97 "%s -D [-p pidfile] [-f ipcsockpath]\n" 97 "%s -D [-p pidfile] [-f ipcsockpath]\n"
98 "%s -c command -j jid [-t proctitle] [-rR] [-u uid] -f ipcsockpath]" 98 "%s -c command -j jid [-t proctitle] [-rR] [-u uid]"
99 "\n", 99 " [-f ipcsockpath]\n",
100 cmd, cmd ); 100 cmd, cmd );
101 exit( 1 ); 101 exit( 1 );
102} 102}