From: Adrian-Ken Rueegsegger Date: Mon, 21 Jan 2013 20:42:08 +0000 (+0100) Subject: starter: Add --attach-gdb option to usage text X-Git-Tag: 5.0.2~17 X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=commitdiff_plain;h=113ff1332232725cc6410b7080b5699dbdcd6c70 starter: Add --attach-gdb option to usage text --- diff --git a/src/starter/starter.c b/src/starter/starter.c index 727a0d6..ae6863f 100644 --- a/src/starter/starter.c +++ b/src/starter/starter.c @@ -328,7 +328,8 @@ static bool check_pid(char *pid_file) static void usage(char *name) { fprintf(stderr, "Usage: starter [--nofork] [--auto-update ]\n" - " [--debug|--debug-more|--debug-all|--nolog]\n"); + " [--debug|--debug-more|--debug-all|--nolog]\n" + " [--attach-gdb]\n"); exit(LSB_RC_INVALID_ARGUMENT); }