summaryrefslogtreecommitdiff
path: root/bin/ldap2awstats
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ldap2awstats')
-rwxr-xr-xbin/ldap2awstats4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/ldap2awstats b/bin/ldap2awstats
index 7883c54..18dfdb5 100755
--- a/bin/ldap2awstats
+++ b/bin/ldap2awstats
@@ -16,16 +16,12 @@ require "yaml"
require "fileutils"
require "optparse"
-# defaults
-$force_rebuild = false
-
def show_help(parser, code=0, io=STDOUT)
io.puts parser
exit(code)
end
ARGV.options do |opts|
opts.on_tail("-h", "--help", "Display this help screen") { show_help(opts) }
- opts.on("-f", "--force" , String, "Force rebuilding the cachefiles") { $force_rebuild = true }
opts.parse!
end