diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-06-21 23:12:48 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-06-21 23:12:48 +0300 |
commit | a0b016be2e2f120c5b2ef408289f10665c1deb56 (patch) | |
tree | a701c0edd10ebb6a025cb00d1a4b55ffcebd8637 /debian/manpages/gem2.3.rd | |
download | ruby-a0b016be2e2f120c5b2ef408289f10665c1deb56.tar.gz |
Imported ruby2.3 2.3.3-1debian/2.3.3-1debian
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 |