From ae6826ed0de8dcf76b07b72c6df5b6567267e4cc Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Tue, 23 Aug 2011 12:21:09 -0700 Subject: [PATCH] Fix help-lint for ntp --- extra/ntp/ntp-docs.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/ntp/ntp-docs.factor b/extra/ntp/ntp-docs.factor index 9fb3090bd5..406d7f291a 100644 --- a/extra/ntp/ntp-docs.factor +++ b/extra/ntp/ntp-docs.factor @@ -1,12 +1,12 @@ ! Copyright (C) 2010 John Benediktsson ! 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 HELP: -{ $values { "host" string } } +{ $values { "host" string } { "ntp" ntp } } { $description "Requests the time from the specified NTP time server." } ;