man/bundle-clean.1.txt in bundler-2.1.4 vs man/bundle-clean.1.txt in bundler-2.2.0.rc.1
- old
+ new
@@ -1,6 +1,6 @@
-BUNDLE-CLEAN(1) BUNDLE-CLEAN(1)
+BUNDLE-CLEAN(1) BUNDLE-CLEAN(1)
NAME
bundle-clean - Cleans up unused gems in your bundler directory
@@ -8,19 +8,19 @@
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 dependen-
- cies.
+ 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.
+ Print the changes, but do not clean the unused gems.
--force
- Force a clean even if --path is not set.
+ Force a clean even if --path is not set.
- January 2020 BUNDLE-CLEAN(1)
+ July 2020 BUNDLE-CLEAN(1)