aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-12-02 23:17:45 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-12-02 23:17:45 +0100
commit907647fb1540cb5303d90f2316dbfe89120db39c (patch)
tree1ec5716345ea491e9e37bc7af448023ad777fdd7 /include
parent4bd51893704e4db5dda0ecca19ebb1f39a574baa (diff)
downloadbusybox-907647fb1540cb5303d90f2316dbfe89120db39c.tar.gz
ntpd: implement -x. shrink code a bit. -69 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r--include/usage.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h
index 760e8545b..6978bb6e9 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -3217,9 +3217,8 @@
"\nOptions:" \
"\n -d Verbose" \
"\n -n Do not daemonize" \
- "\n -g Set system time even if offset is > 1000 sec" \
"\n -q Quit after clock is set" \
-/* -N exists for mostly compat reasons, thus Not essential to inform */ \
+/* -N exists for mostly compat reasons, thus not essential to inform */ \
/* the user that it exists: user may use nice as well */ \
/* "\n -N Run at high priority" */ \
"\n -l Run as server on port 123" \