diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 1 | ||||
-rw-r--r-- | include/usage.h | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 1194f7e..1f39c95 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -1474,6 +1474,7 @@ extern const char bb_msg_write_error[]; extern const char bb_msg_unknown[]; extern const char bb_msg_can_not_create_raw_socket[]; extern const char bb_msg_perm_denied_are_you_root[]; +extern const char bb_msg_you_must_be_root[]; extern const char bb_msg_requires_arg[]; extern const char bb_msg_invalid_arg[]; extern const char bb_msg_standard_input[]; diff --git a/include/usage.h b/include/usage.h index 461f5fc..760e854 100644 --- a/include/usage.h +++ b/include/usage.h @@ -3219,6 +3219,9 @@ "\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 */ \ +/* 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" \ "\n -p PEER Obtain time from PEER (may be repeated)" \ |