aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xiurt23
1 files changed, 3 insertions, 0 deletions
diff --git a/iurt2 b/iurt2
index e6dd7aa..93b2b7c 100755
--- a/iurt2
+++ b/iurt2
@@ -263,6 +263,9 @@ $run{todo} = [];
[ "", "no-rsync", 0, "",
"Do not send build log to the distant rsync server",
sub { $run{no_rsync} = 1 }, "Setting the no rsync warn flag" ],
+ [ "", "no_rsync", 0, "",
+ "Do not send build log to the distant rsync server",
+ sub { $run{no_rsync} = 1 }, "Setting the no rsync warn flag" ],
[ "", "use-system-distrib", 1, "<media>",
"Use the current system urpmi configuration",
sub { $run{use_system_distrib} = shift; 1 }, "Setting system distrib for urpmi configuration" ],