diff options
Diffstat (limited to 'debian/manpages/gem2.3.rd')
-rw-r--r-- | debian/manpages/gem2.3.rd | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/debian/manpages/gem2.3.rd b/debian/manpages/gem2.3.rd new file mode 100644 index 0000000..0bb63b1 --- /dev/null +++ b/debian/manpages/gem2.3.rd @@ -0,0 +1,41 @@ +=begin += NAME + +gem2.3 - frontend to RubyGems, the Ruby package manager + += SYNOPSIS + +gem2.3 command [arguments...] [options...] + += DESCRIPTION + +gem2.3 is the frontend to RubyGems, the standard package manager for Ruby. +This is a basic help message containing pointers to more information. + +Further help: + +: gem2.3 help commands + list all gem2.3 commands + +: gem2.3 help examples + shows some examples of usage + +: gem2.3 help ((|COMMAND|)) + show help on COMMAND, (e.g. 'gem2.3 help install') + += LINKS + +http://rubygems.org/ + += EXAMPLES + +gem2.3 install rake +gem2.3 list --local +gem2.3 build package.gemspec +gem2.3 help install + += SEE ALSO + +bundle(1) + +=end |