From 113ff1332232725cc6410b7080b5699dbdcd6c70 Mon Sep 17 00:00:00 2001 From: Adrian-Ken Rueegsegger Date: Mon, 21 Jan 2013 21:42:08 +0100 Subject: [PATCH] starter: Add --attach-gdb option to usage text --- src/starter/starter.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); } -- 2.7.4