starter: Add --attach-gdb option to usage text

This commit is contained in:
Adrian-Ken Rueegsegger
2013-01-22 11:03:19 +01:00
committed by Tobias Brunner
parent cf3c72c480
commit 113ff13322
+2 -1
View File
@@ -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);
}