remove duplicate comment
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 10 May 2010 10:25:36 +0000 (12:25 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 10 May 2010 10:25:36 +0000 (12:25 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
debianutils/run_parts.c

index 37e8487..ba05897 100644 (file)
@@ -122,7 +122,6 @@ int run_parts_main(int argc UNUSED_PARAM, char **argv)
        applet_long_options = runparts_longopts;
 #endif
        /* We require exactly one argument: the directory name */
-       /* We require exactly one argument: the directory name */
        opt_complementary = "=1:a::";
        getopt32(argv, "ra:u:t"IF_FEATURE_RUN_PARTS_FANCY("l"), &arg_list, &umask_p);