bc: convert to "G trick" - this returns bc to zero bss increase
[oweals/busybox.git] / util-linux / fallocate.c
index 1cd851bde84d6cdd73daf39fc86db437a1710c0f..8542586dcd5ffb8e0cf1dd40cebd98a62103b885 100644 (file)
@@ -4,12 +4,11 @@
  *
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
-
 //config:config FALLOCATE
-//config:      bool "fallocate"
+//config:      bool "fallocate (5 kb)"
 //config:      default y
 //config:      help
-//config:        Preallocate space for files.
+//config:      Preallocate space for files.
 
 //applet:IF_FALLOCATE(APPLET(fallocate, BB_DIR_USR_BIN, BB_SUID_DROP))
 
@@ -82,8 +81,7 @@ int fallocate_main(int argc UNUSED_PARAM, char **argv)
        int fd;
 
        /* exactly one non-option arg */
-       opt_complementary = "=1";
-       opts = getopt32(argv, "l:o:", &str_l, &str_o);
+       opts = getopt32(argv, "^" "l:o:" "\0" "=1", &str_l, &str_o);
        if (!(opts & 1))
                bb_show_usage();