pf-tools/pf-tools: Fix: correct order for parameters

parmelan-guest at users.alioth.debian.org parmelan-guest at users.alioth.debian.org
Thu Oct 21 12:54:51 UTC 2010


details:   http://hg.debian.org/hg/pf-tools/pf-tools/rev/f042e7c5d7f3
changeset: 907:f042e7c5d7f3
user:      "Christophe Caillet <quadchris at free.fr>"
date:      Thu Oct 21 14:54:45 2010 +0200
description:
Fix: correct order for parameters

diffstat:

0 files changed

diffs (12 lines):

diff -r 3e7b9c81fd83 -r f042e7c5d7f3 sbin/update-config
--- a/sbin/update-config	Thu Oct 21 14:46:05 2010 +0200
+++ b/sbin/update-config	Thu Oct 21 14:54:45 2010 +0200
@@ -91,7 +91,7 @@
 
 # All options are disabled by default
 
-GetOptions( @options_specs, $options )
+GetOptions( $options, @options_specs )
     or die "GetOptions error, try --help: $!\n";
 
 if ( $options->{'help'} ) {



More information about the pf-tools-commits mailing list