ip link: add VLAN support
[oweals/busybox.git] / selinux / getsebool.c
index 7478b79e1a2a0af487efd491a99d22fe041f612b..e8f0fefb053d4b53106fa9001faae6b7a0b7bc42 100644 (file)
@@ -4,9 +4,14 @@
  * Based on libselinux 1.33.1
  * Port to BusyBox  Hiroshi Shinji <shiroshi@my.email.ne.jp>
  *
- * Licensed under GPLv2, see file LICENSE in this tarball for details.
+ * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 
+//usage:#define getsebool_trivial_usage
+//usage:       "-a or getsebool boolean..."
+//usage:#define getsebool_full_usage "\n\n"
+//usage:       "       -a      Show all selinux booleans"
+
 #include "libbb.h"
 
 int getsebool_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;