summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAgrim Mittal <agrimmittal97@gmail.com>2018-04-26 03:22:10 +0530
committerAgrim Mittal <agrimmittal97@gmail.com>2018-06-28 15:35:16 +0530
commit2681937f3606592b7b247e975a41e6b8e611c0db (patch)
tree65a14da1c49f5530e9e4b3bc9499730d5bbb46ad /man
parent4c3e4c5e0221d9f9c6e6eb96a35dde71013ccc17 (diff)
downloadbundler-2681937f3606592b7b247e975a41e6b8e611c0db.tar.gz
Add man page for remove
Diffstat (limited to 'man')
-rw-r--r--man/bundle-remove.ronn16
1 files changed, 16 insertions, 0 deletions
diff --git a/man/bundle-remove.ronn b/man/bundle-remove.ronn
new file mode 100644
index 0000000000..6dc518e14c
--- /dev/null
+++ b/man/bundle-remove.ronn
@@ -0,0 +1,16 @@
+bundle-remove(1) -- Removes gem specified in Gemfile
+===========================================================================
+
+## SYNOPSIS
+
+`bundle remove [GEMS]`
+
+## DESCRIPTION
+
+Removes a set of specified gems.
+
+Example:
+
+bundle remove rails
+
+bundle remove rails rack