From f0a0ce744573bc3b3164062bc25e8fc6ddc7d9b9 Mon Sep 17 00:00:00 2001 From: J William Piggott Date: Wed, 20 Sep 2017 18:54:35 -0400 Subject: hwclock: make debug implicit for test mode. Calling --test without --debug is not useful, so make it implicit. Signed-off-by: J William Piggott --- sys-utils/hwclock.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys-utils/hwclock.c') diff --git a/sys-utils/hwclock.c b/sys-utils/hwclock.c index 6a23bf2b0..36b6204b0 100644 --- a/sys-utils/hwclock.c +++ b/sys-utils/hwclock.c @@ -1083,7 +1083,7 @@ usage(void) " --noadjfile do not use %1$s\n"), _PATH_ADJTIME); printf(_( " --adjfile use an alternate file to %1$s\n"), _PATH_ADJTIME); - puts(_(" --test dry run; use -D to view what would have happened")); + puts(_(" --test dry run; implies --debug")); puts(_(" -D, --debug display more details")); fputs(USAGE_SEPARATOR, stdout); printf(USAGE_HELP_OPTIONS(22)); @@ -1251,6 +1251,7 @@ int main(int argc, char **argv) break; case OPT_TEST: ctl.testing = 1; /* --test */ + ctl.debug++; break; case OPT_DATE: ctl.date_opt = optarg; /* --date */ -- cgit v1.2.3-55-g7522