diff options
Diffstat (limited to 'templates/date/ntp/node.def')
-rw-r--r-- | templates/date/ntp/node.def | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/date/ntp/node.def b/templates/date/ntp/node.def index 9b5fb8b..bccd9c8 100644 --- a/templates/date/ntp/node.def +++ b/templates/date/ntp/node.def @@ -1 +1,2 @@ -help: "Set system date and time using NTP" +help: "Show date and time of given NTP server [default: ntp.vyatta.com]" +run: ntpdate -q ${3-ntp.vyatta.com} |