From: Bastian Krause Date: Fri, 21 Jan 2022 15:06:41 +0000 (+0100) Subject: hwclock: increase indent in help text X-Git-Tag: v2.38-rc1~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ee1e12448e1978230de2f7fb11e0a9216b27d788;p=thirdparty%2Futil-linux.git hwclock: increase indent in help text This leaves more space for a longer option in a future commit. Signed-off-by: Bastian Krause --- diff --git a/sys-utils/hwclock.c b/sys-utils/hwclock.c index af8ac0860c..802f66b77d 100644 --- a/sys-utils/hwclock.c +++ b/sys-utils/hwclock.c @@ -1169,41 +1169,55 @@ usage(void) puts(_("Time clocks utility.")); fputs(USAGE_FUNCTIONS, stdout); - puts(_(" -r, --show display the RTC time")); - puts(_(" --get display drift corrected RTC time")); - puts(_(" --set set the RTC according to --date")); - puts(_(" -s, --hctosys set the system time from the RTC")); - puts(_(" -w, --systohc set the RTC from the system time")); - puts(_(" --systz send timescale configurations to the kernel")); - puts(_(" -a, --adjust adjust the RTC to account for systematic drift")); + puts(_(" -r, --show display the RTC time")); + puts(_(" --get display drift corrected RTC time")); + puts(_(" --set set the RTC according to --date")); + puts(_(" -s, --hctosys set the system time from the RTC")); + puts(_(" -w, --systohc set the RTC from the system time")); + puts(_(" --systz send timescale configurations to the kernel")); + puts(_(" -a, --adjust adjust the RTC to account for systematic drift")); #if defined(__linux__) && defined(__alpha__) - puts(_(" --getepoch display the RTC epoch")); - puts(_(" --setepoch set the RTC epoch according to --epoch")); + puts(_(" --getepoch display the RTC epoch")); + puts(_(" --setepoch set the RTC epoch according to --epoch")); #endif - puts(_(" --predict predict the drifted RTC time according to --date")); + puts(_(" --predict predict the drifted RTC time according to --date")); fputs(USAGE_OPTIONS, stdout); - puts(_(" -u, --utc the RTC timescale is UTC")); - puts(_(" -l, --localtime the RTC timescale is Local")); + puts(_(" -u, --utc the RTC timescale is UTC")); + puts(_(" -l, --localtime the RTC timescale is Local")); #ifdef __linux__ printf(_( - " -f, --rtc use an alternate file to %1$s\n"), _PATH_RTC_DEV); + " -f, --rtc use an alternate file to %1$s\n"), _PATH_RTC_DEV); #endif printf(_( - " --directisa use the ISA bus instead of %1$s access\n"), _PATH_RTC_DEV); - puts(_(" --date