aboutsummaryrefslogtreecommitdiffstats
path: root/iurt2
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mandriva.org>2009-12-01 18:36:07 +0000
committerPascal Terjan <pterjan@mandriva.org>2009-12-01 18:36:07 +0000
commit6b2e47d098665bfe3ca8ac3693e475ee4ca6ac49 (patch)
tree911c29c2cfd83f8a38207a2efd3b13c0ea90b065 /iurt2
parent1ad7b9a67a600969ba101803c1a41403fd94b28b (diff)
downloadiurt-6b2e47d098665bfe3ca8ac3693e475ee4ca6ac49.tar
iurt-6b2e47d098665bfe3ca8ac3693e475ee4ca6ac49.tar.gz
iurt-6b2e47d098665bfe3ca8ac3693e475ee4ca6ac49.tar.bz2
iurt-6b2e47d098665bfe3ca8ac3693e475ee4ca6ac49.tar.xz
iurt-6b2e47d098665bfe3ca8ac3693e475ee4ca6ac49.zip
Oops they were different
Diffstat (limited to 'iurt2')
-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" ],