diff options
author | Adrian-Ken Rueegsegger <ken@codelabs.ch> | 2013-01-21 21:42:08 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-01-22 11:03:19 +0100 |
commit | 113ff1332232725cc6410b7080b5699dbdcd6c70 (patch) | |
tree | 39d0150e4d256619c46f521dc2cf63d8cc302704 | |
parent | cf3c72c4804cd7745172946243459eebfadc3b63 (diff) | |
download | strongswan-113ff1332232725cc6410b7080b5699dbdcd6c70.tar.bz2 strongswan-113ff1332232725cc6410b7080b5699dbdcd6c70.tar.xz |
starter: Add --attach-gdb option to usage text
-rw-r--r-- | src/starter/starter.c | 3 |
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); } |