]> granicus.if.org Git - psmisc/commitdiff
minor fix in killall to stop gcc 3 from complaining
authorCraig Small <csmall@users.sourceforge.net>
Wed, 16 Oct 2002 05:34:48 +0000 (05:34 +0000)
committerCraig Small <csmall@users.sourceforge.net>
Wed, 16 Oct 2002 05:34:48 +0000 (05:34 +0000)
src/killall.c

index a7959c79d14776f8d6e5ed174ceae072064487f4..a39ec8e9fd34b5e50b259b2a8be3914fc5fcc906 100644 (file)
@@ -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*/
 }