summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Suratna <dennis.suratna@gmail.com>2017-04-27 09:27:40 -0700
committerDennis Suratna <dennis.suratna@gmail.com>2017-04-27 09:27:40 -0700
commitdba8a50a90fc74625e7f40e69105e55955240bb4 (patch)
tree105cbfa91fedf31627397c60b0de6827c04c7bad
parentc7d9fe04151bae9e9f0b3e2928d70f843b648682 (diff)
downloadbundler-dba8a50a90fc74625e7f40e69105e55955240bb4.tar.gz
[Documentation] Revision
-rw-r--r--man/bundle-pristine.ronn10
1 files changed, 5 insertions, 5 deletions
diff --git a/man/bundle-pristine.ronn b/man/bundle-pristine.ronn
index 5c1c1542a5..266177dab3 100644
--- a/man/bundle-pristine.ronn
+++ b/man/bundle-pristine.ronn
@@ -1,4 +1,4 @@
-bundle-pristine(1) -- Restores installed gems to its pristine condition
+bundle-pristine(1) -- Restores installed gems to their pristine condition
===========================================================================
## SYNOPSIS
@@ -7,7 +7,7 @@ bundle-pristine(1) -- Restores installed gems to its pristine condition
## DESCRIPTION
-Restores installed gems to its pristine condition.
-This command does not revert any changes made to bundler.
-Local cache will be used to restore gems installed from Rubygems.
-Git forced checkout will be used to restore gems installed from Git repository. \ No newline at end of file
+`pristine` restores the installed gems in the bundle to their pristine condition using the local gem
+cache from RubyGems. For git gems - a forced checkout will be performed.
+
+Note the Bundler gem cannot be restored to its original state with `pristine`.