Fix help-lint for ntp
parent
ce24d774c2
commit
ae6826ed0d
|
@ -1,12 +1,12 @@
|
||||||
! Copyright (C) 2010 John Benediktsson
|
! Copyright (C) 2010 John Benediktsson
|
||||||
! See http://factorcode.org/license.txt for BSD license
|
! See http://factorcode.org/license.txt for BSD license
|
||||||
|
|
||||||
USING: help.syntax help.markup ntp strings ;
|
USING: help.syntax help.markup ntp ntp.private strings ;
|
||||||
|
|
||||||
IN: ntp
|
IN: ntp
|
||||||
|
|
||||||
HELP: <ntp>
|
HELP: <ntp>
|
||||||
{ $values { "host" string } }
|
{ $values { "host" string } { "ntp" ntp } }
|
||||||
{ $description
|
{ $description
|
||||||
"Requests the time from the specified NTP time server."
|
"Requests the time from the specified NTP time server."
|
||||||
} ;
|
} ;
|
||||||
|
|
Loading…
Reference in New Issue