Skip to content

Commit

Permalink
updated help docs for config and install
Browse files Browse the repository at this point in the history
  • Loading branch information
vertiginous committed Oct 19, 2009
1 parent 574d6d8 commit c1b8c51
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions lib/pik/commands/config_command.rb
Expand Up @@ -60,6 +60,20 @@ def stringify(item)
end
end

def command_options
super
sep =<<SEP
Configuration options are:
rubyopt on = -rubygems, off = blank
gem_home Location of current version's GEM_HOME env. var.
downloads Location where 'pik install' will download new versions
installs Location where 'pik install' will install new versions
SEP
options.separator sep
end

end

end
Expand Down
2 changes: 1 addition & 1 deletion lib/pik/commands/install_command.rb
Expand Up @@ -60,10 +60,10 @@ def execute
def command_options
super
sep =<<SEP
Choices are: ruby, jruby, or ironruby
If no version is specified, the latest version will be installed.
Download and install locations can be configured with 'pik config'.
Examples:
Expand Down

0 comments on commit c1b8c51

Please sign in to comment.