Here is the prestige:
>
Our desired command line:
ruby dbchecker.rb -log /var/log/dbchecker -user wluser -password ch3ckM8
Now after the previous page's declaration:
# ... the previous stuff (from the previous page) puts "The user's user name is #{ ARGV.flags.user }" puts "The user's password is #{ ARGV.flags.password }" puts "The log directory is #{ ARGV.flags.log }"

