aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian-Ken Rueegsegger <ken@codelabs.ch>2013-01-21 21:42:08 +0100
committerTobias Brunner <tobias@strongswan.org>2013-01-22 11:03:19 +0100
commit113ff1332232725cc6410b7080b5699dbdcd6c70 (patch)
tree39d0150e4d256619c46f521dc2cf63d8cc302704
parentcf3c72c4804cd7745172946243459eebfadc3b63 (diff)
downloadstrongswan-113ff1332232725cc6410b7080b5699dbdcd6c70.tar.bz2
strongswan-113ff1332232725cc6410b7080b5699dbdcd6c70.tar.xz
starter: Add --attach-gdb option to usage text
-rw-r--r--src/starter/starter.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/starter/starter.c b/src/starter/starter.c
index 727a0d60c..ae6863fd7 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 <sec>]\n"
- " [--debug|--debug-more|--debug-all|--nolog]\n");
+ " [--debug|--debug-more|--debug-all|--nolog]\n"
+ " [--attach-gdb]\n");
exit(LSB_RC_INVALID_ARGUMENT);
}