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 ]\n" - " [--debug|--debug-more|--debug-all|--nolog]\n"); + " [--debug|--debug-more|--debug-all|--nolog]\n" + " [--attach-gdb]\n"); exit(LSB_RC_INVALID_ARGUMENT); }