From 6b2e47d098665bfe3ca8ac3693e475ee4ca6ac49 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Tue, 1 Dec 2009 18:36:07 +0000 Subject: Oops they were different --- iurt2 | 3 +++ 1 file changed, 3 insertions(+) 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, "", "Use the current system urpmi configuration", sub { $run{use_system_distrib} = shift; 1 }, "Setting system distrib for urpmi configuration" ], -- cgit v1.2.1