getopt32: factor out code to treat all args as options
[oweals/busybox.git] / selinux / setsebool.c
index 9005a384d544527115493623a256cfa5751f78e8..57911817212e1999377bb8db21d06f44743835f0 100644 (file)
@@ -12,8 +12,8 @@
 //config:      default n
 //config:      depends on SELINUX
 //config:      help
-//config:        Enable support for change boolean.
-//config:        semanage and -P option is not supported yet.
+//config:      Enable support for change boolean.
+//config:      semanage and -P option is not supported yet.
 
 //applet:IF_SETSEBOOL(APPLET(setsebool, BB_DIR_USR_SBIN, BB_SUID_DROP))