summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`.