hwclock: final usage() strings slice
Signed-off-by: J William Piggott <elseifthen@gmx.com>
This commit is contained in:
parent
57c45481fc
commit
cb8e26cc59
1 changed files with 2 additions and 1 deletions
|
@ -1236,7 +1236,8 @@ usage(const struct hwclock_control *ctl)
|
||||||
#endif
|
#endif
|
||||||
puts(_(" --update-drift update the RTC drift factor"));
|
puts(_(" --update-drift update the RTC drift factor"));
|
||||||
printf(_(
|
printf(_(
|
||||||
" --noadjfile do not use %1$s\n"
|
" --noadjfile do not use %1$s\n"), _PATH_ADJTIME);
|
||||||
|
printf(_(
|
||||||
" --adjfile <file> use an alternate file to %1$s\n"), _PATH_ADJTIME);
|
" --adjfile <file> 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; use -D to view what would have happened"));
|
||||||
puts(_(" -D, --debug use debug mode"));
|
puts(_(" -D, --debug use debug mode"));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue