Skip to content

Commit

Permalink
Explanation for hwclock setting
Browse files Browse the repository at this point in the history
  • Loading branch information
sebix committed Jul 10, 2016
1 parent 82cb36e commit d67802c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timezone/src/clients/timezone.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def main
"hwclock" => {
# command line help text for 'set hwclock' option
"help" => _(
"New value for hardware clock"
"New value for hardware clock. Can be 'local', 'utc' or 'UTC'."
),
"type" => "enum",
"typespec" => ["local", "utc", "UTC"]
Expand Down

0 comments on commit d67802c

Please sign in to comment.