claenups for previous commit
[oweals/busybox.git] / procps / fuser.c
index 463d8800c27fe0ae6a52f92363e579831da2e5e4..418f57b579613fe629c17150e7a4d9d1606c4ef7 100644 (file)
@@ -10,9 +10,9 @@
 //config:      bool "fuser (7 kb)"
 //config:      default y
 //config:      help
-//config:        fuser lists all PIDs (Process IDs) that currently have a given
-//config:        file open. fuser can also list all PIDs that have a given network
-//config:        (TCP or UDP) port open.
+//config:      fuser lists all PIDs (Process IDs) that currently have a given
+//config:      file open. fuser can also list all PIDs that have a given network
+//config:      (TCP or UDP) port open.
 
 //applet:IF_FUSER(APPLET(fuser, BB_DIR_USR_BIN, BB_SUID_DROP))
 
@@ -299,8 +299,7 @@ int fuser_main(int argc UNUSED_PARAM, char **argv)
                break;
        }
 
-       opt_complementary = "-1"; /* at least one param */
-       getopt32(argv, OPTION_STRING);
+       getopt32(argv, "^" OPTION_STRING "\0" "-1"/*at least one arg*/);
        argv += optind;
 
        pp = argv;