From d90b07bd4daa0c1cff7d78b733ef2bb759cc6e5a Mon Sep 17 00:00:00 2001 From: Prathmesh Prabhu Date: Thu, 12 Mar 2015 03:15:25 +0000 Subject: Revert "futility: Make --debug a global option" This reverts commit d7e1e4f0befdda52ad48e5a8eb5fc49dbee40247. BUG=chromium:466433 TEST=None. Change-Id: Ia1b300e2dbccddbbae9e831709bc49eb53a5feb8 Reviewed-on: https://chromium-review.googlesource.com/259365 Reviewed-by: David James Tested-by: Prathmesh Prabhu --- futility/cmd_show.c | 1 + 1 file changed, 1 insertion(+) (limited to 'futility/cmd_show.c') diff --git a/futility/cmd_show.c b/futility/cmd_show.c index aa0ac6bc..f4681f37 100644 --- a/futility/cmd_show.c +++ b/futility/cmd_show.c @@ -597,6 +597,7 @@ static const struct option long_opts[] = { {"fv", 1, 0, 'f'}, {"pad", 1, NULL, OPT_PADDING}, {"verify", 0, &option.strict, 1}, + {"debug", 0, &debugging_enabled, 1}, {NULL, 0, NULL, 0}, }; static char *short_opts = ":f:k:t"; -- cgit v1.2.1