diff --git a/docs/user/guides/cache.md b/docs/user/guides/cache.md index deb33d9b..6887aca6 100644 --- a/docs/user/guides/cache.md +++ b/docs/user/guides/cache.md @@ -78,8 +78,7 @@ Use the Gem Distribution's `base_url` as the value for the `--source` parameter. === "run" ```bash - gem install --source http://localhost:5001/pulp/content/rubygems/ \ - --clear-sources pulpcore_client + gem install --clear-sources --source http://localhost:5001/pulp/content/rubygems/ pulpcore_client ``` === "output" ```bash @@ -114,4 +113,4 @@ Use the Gem Distribution's `base_url` as the value for the `--source` parameter. Fetching: pulpcore_client-3.46.0.gem (182784B) Successfully installed pulpcore_client-3.46.0 15 gems installed - ``` \ No newline at end of file + ```