From 23593bca474dfad1ac0716b4b4d5e716339d0962 Mon Sep 17 00:00:00 2001 From: Stefan Grundmann Date: Wed, 31 May 2017 21:55:13 +0000 Subject: add missing [ to usage string --- jaildaemon.c | 4 ++-- 1 file 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, ... ) { static void usage( char * cmd ) { fprintf( stderr, "%s -D [-p pidfile] [-f ipcsockpath]\n" - "%s -c command -j jid [-t proctitle] [-rR] [-u uid] -f ipcsockpath]" - "\n", + "%s -c command -j jid [-t proctitle] [-rR] [-u uid]" + " [-f ipcsockpath]\n", cmd, cmd ); exit( 1 ); } -- cgit v1.2.3