Class: PVN::Log::UserOption

Inherits:
Synoption::Option
  • Object
show all
Defined in:
lib/pvn/log/options.rb

Instance Method Summary collapse

Constructor Details

#initialize(optargs = Hash.new) ⇒ UserOption

Returns a new instance of UserOption.



28
29
30
# File 'lib/pvn/log/options.rb', line 28

def initialize optargs = Hash.new
  super :user, '-u', "show only changes for the given user", nil, :as_cmdline_option => nil
end