diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-11-22 01:10:41 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-11-22 01:10:41 +0000 |
commit | 705eaf8b403555741cf6313a76da8597ae54d324 (patch) | |
tree | d3b8d2f5a5bad99368e3dc50a4e55d2fca22cebf /include/usage.h | |
parent | 9cdfd14223e58a73b2005ca8b432af439c8fe197 (diff) | |
download | busybox-w32-705eaf8b403555741cf6313a76da8597ae54d324.tar.gz busybox-w32-705eaf8b403555741cf6313a76da8597ae54d324.tar.bz2 busybox-w32-705eaf8b403555741cf6313a76da8597ae54d324.zip |
sestatus: new SELinux applet (KaiGai Kohei <kaigai@ak.jp.nec.com>)
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index 3c8762ee1..5c03719d6 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -3121,6 +3121,12 @@ USE_FEATURE_RUN_PARTS_FANCY("\n -l Prints names of all matching files even when | |||
3121 | " FIRST LAST\n" \ | 3121 | " FIRST LAST\n" \ |
3122 | " FIRST INCREMENT LAST" | 3122 | " FIRST INCREMENT LAST" |
3123 | 3123 | ||
3124 | #define sestatus_trivial_usage \ | ||
3125 | "[-vb]" | ||
3126 | #define sestatus_full_usage \ | ||
3127 | "-v Verbose\n" \ | ||
3128 | "-b Display current state of booleans" | ||
3129 | |||
3124 | #define setconsole_trivial_usage \ | 3130 | #define setconsole_trivial_usage \ |
3125 | "[-r" USE_FEATURE_SETCONSOLE_LONG_OPTIONS("|--reset") "] [DEVICE]" | 3131 | "[-r" USE_FEATURE_SETCONSOLE_LONG_OPTIONS("|--reset") "] [DEVICE]" |
3126 | #define setconsole_full_usage \ | 3132 | #define setconsole_full_usage \ |