--- contrib/start-stop-daemon.c +++ contrib/start-stop-daemon.c @@ -108,28 +108,28 @@ static void do_help(void) { - printf("\ -start-stop-daemon for Debian Linux - small and fast C version written by\n\ -Marek Michalkiewicz , public domain.\n" -VERSION "\n\ -\n\ -Usage: - start-stop-daemon -S|--start options ... -- arguments ...\n\ - start-stop-daemon -K|--stop options ...\n\ - start-stop-daemon -H|--help\n\ - start-stop-daemon -V|--version\n\ -\n\ -Options (at least one of --exec|--pidfile|--user is required): - -x|--exec program to start/check if it is running\n\ - -p|--pidfile pid file to check\n\ - -u|--user | stop this user's processes\n\ - -n|--name start/stop processes with this name\n\ - -s|--signal signal to send (default 15)\n\ - -t|--test test mode, don't do anything\n\ - -o|--oknodo exit status 0 (not 1) if nothing done\n\ - -q|--quiet | -v, --verbose\n\ -\n\ -Exit status: 0 = done 1 = nothing done (=> 0 if --oknodo) 2 = trouble\n"); + printf( +"start-stop-daemon for Debian Linux - small and fast C version written by\n" +"Marek Michalkiewicz , public domain.\n" +VERSION "\n" +"\n" +"Usage:\n" +" start-stop-daemon -S|--start options ... -- arguments ...\n" +" start-stop-daemon -K|--stop options ...\n" +" start-stop-daemon -H|--help\n" +" start-stop-daemon -V|--version\n" +"\n" +"Options (at least one of --exec|--pidfile|--user is required):\n" +" -x|--exec program to start/check if it is running\n" +" -p|--pidfile pid file to check\n" +" -u|--user | stop this user's processes\n" +" -n|--name start/stop processes with this name\n" +" -s|--signal signal to send (default 15)\n" +" -t|--test test mode, don't do anything\n" +" -o|--oknodo exit status 0 (not 1) if nothing done\n" +" -q|--quiet | -v, --verbose\n" +"\n" +"Exit status: 0 = done 1 = nothing done (=> 0 if --oknodo) 2 = trouble\n"); }