From: Craig Small Date: Wed, 16 Oct 2002 05:34:48 +0000 (+0000) Subject: minor fix in killall to stop gcc 3 from complaining X-Git-Tag: v22.11~181 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d16ff7d5c88a18e14d2653470e2dfa8f8aae8173;p=psmisc minor fix in killall to stop gcc 3 from complaining --- diff --git a/src/killall.c b/src/killall.c index a7959c7..a39ec8e 100644 --- a/src/killall.c +++ b/src/killall.c @@ -395,8 +395,7 @@ usage_killall (void) #ifdef FLASK_LINUX fprintf (stderr, " -S,--Sid kill only process(es) having sid\n"); fprintf (stderr, " -c,--context kill only process(es) having scontext\n"); - fprintf(stderr, " (-s, -c are mutually exclusive and must precede other -arguments)\n\n"); + fprintf(stderr, " (-s, -c are mutually exclusive and must precede other arguments)\n\n"); #endif /*FLASK_LINUX*/ }