Very minor rdate updates
This commit is contained in:
@@ -458,7 +458,7 @@
|
||||
APPLET(pwd, pwd_main, _BB_DIR_BIN, _BB_SUID_NEVER)
|
||||
#endif
|
||||
#ifdef CONFIG_RDATE
|
||||
APPLET(rdate, rdate_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
|
||||
APPLET(rdate, rdate_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)
|
||||
#endif
|
||||
#ifdef CONFIG_READLINK
|
||||
APPLET(readlink, readlink_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
|
||||
|
||||
@@ -1898,7 +1898,7 @@
|
||||
"/root\n"
|
||||
|
||||
#define rdate_trivial_usage \
|
||||
"[OPTION] HOST"
|
||||
"[-sp] HOST"
|
||||
#define rdate_full_usage \
|
||||
"Get and possibly set the system date and time from a remote HOST.\n\n" \
|
||||
"Options:\n" \
|
||||
|
||||
Reference in New Issue
Block a user