[libcode-tidyall-perl] 136/374: --check-only takes no arg

Jonas Smedegaard js at alioth.debian.org
Sun Sep 29 22:26:04 UTC 2013


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libcode-tidyall-perl.

commit c1b8943db6b6b032a8a2d30c3789bc901a04e6ae
Author: Jonathan Swartz <swartz at pobox.com>
Date:   Mon Aug 13 11:31:01 2012 -0700

    --check-only takes no arg
---
 bin/tidyall |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/tidyall b/bin/tidyall
index b773ccc..0f9e8c8 100755
--- a/bin/tidyall
+++ b/bin/tidyall
@@ -19,7 +19,7 @@ my ( %params, $all_files, $conf_file, $git_files, $help, $inc_dirs, $svn_files )
 
 GetOptions(
     'backup-ttl=i'    => \$params{backup_ttl},
-    'check-only=s'    => \$params{check_only},
+    'check-only'      => \$params{check_only},
     'conf-file=s'     => \$conf_file,
     'data-dir=s'      => \$params{data_dir},
     'no-backups'      => \$params{no_backups},

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcode-tidyall-perl.git



More information about the Pkg-perl-cvs-commits mailing list