From 6334390aef2eb52cc827a6d18f942b2b8a04ef59 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 10 May 2010 12:25:36 +0200 Subject: [PATCH] remove duplicate comment Signed-off-by: Denys Vlasenko --- debianutils/run_parts.c | 1 - 1 file changed, 1 deletion(-) diff --git a/debianutils/run_parts.c b/debianutils/run_parts.c index 37e8487..ba05897 100644 --- a/debianutils/run_parts.c +++ b/debianutils/run_parts.c @@ -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); -- 2.7.4