diff --git a/bin/hued b/bin/hued index 1b24c3f..6f92920 100755 --- a/bin/hued +++ b/bin/hued @@ -22,6 +22,10 @@ opt_parser = OptionParser.new do |opts| options[:blink] = bl end + opts.on("-c", "--config-dir [CONFDIR] ", + "set an alternative configuration directory") do |cd| + options[:config_dir] = cd + end opts.on("-d", "--debug", "log debug output") do options[:debug] = true end