[hello-world] amend comment from timepair to time64

This commit is contained in:
Christopher Lam 2018-06-01 17:44:09 +08:00
parent 879ec75f20
commit 03b57e5153

View File

@ -93,8 +93,8 @@
"c" (N_ "This is a string option.") (N_ "Hello, World"))) "c" (N_ "This is a string option.") (N_ "Hello, World")))
;; This is a date/time option. The user can pick a date and, ;; This is a date/time option. The user can pick a date and,
;; possibly, a time. Times are stored as a pair ;; possibly, a time. Times are stored as an integer specifying
;; (seconds . nanoseconds) measured from Jan 1, 1970, i.e., ;; number of seconds measured from Jan 1, 1970, i.e.,
;; Unix time. The last option is false, so the user can only ;; Unix time. The last option is false, so the user can only
;; select a date, not a time. The default value is the current ;; select a date, not a time. The default value is the current
;; time. ;; time.