summaryrefslogtreecommitdiff
path: root/man/bundle-clean.ronn
diff options
context:
space:
mode:
authorLiz Abinante <eabinante@gmail.com>2017-01-22 13:56:13 -0800
committerLiz Abinante <eabinante@gmail.com>2017-01-22 20:32:22 -0800
commit240664983bbfee2dbfe55ea6113478c3d0fc6a8e (patch)
tree2d53c117ee193f60103488b236b2198b94782c26 /man/bundle-clean.ronn
parent9d29533ef06489f0b8761bc22c543012588b9536 (diff)
downloadbundler-240664983bbfee2dbfe55ea6113478c3d0fc6a8e.tar.gz
:tophat: add other missing commands to man pages
Diffstat (limited to 'man/bundle-clean.ronn')
-rw-r--r--man/bundle-clean.ronn18
1 files changed, 18 insertions, 0 deletions
diff --git a/man/bundle-clean.ronn b/man/bundle-clean.ronn
new file mode 100644
index 0000000000..de23991782
--- /dev/null
+++ b/man/bundle-clean.ronn
@@ -0,0 +1,18 @@
+bundle-clean(1) -- Cleans up unused gems in your bundler directory
+==================================================================
+
+## SYNOPSIS
+
+`bundle clean` [--dry-run] [--force]
+
+## DESCRIPTION
+
+This command will remove all unused gems in your bundler directory. This is
+useful when you have made many changes to your gem dependencies.
+
+## OPTIONS
+
+* `--dry-run`:
+ Print the changes, but do not clean the unused gems.
+* `--force`:
+ Force a clean even if `--path` is not set.