summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-02-25 17:07:49 -0500
committerMichael DeHaan <mdehaan@redhat.com>2008-02-25 17:07:49 -0500
commit1ea4c464d8f8a7da9f359979f54a55bd6d231302 (patch)
treec7b249376d89ab109e2eaa48e4d19b15448fc08c /docs
parent1859709fe6ecf6b0503ccdb56c1e87d7cc15009d (diff)
downloadthird_party-cobbler-1ea4c464d8f8a7da9f359979f54a55bd6d231302.tar.gz
third_party-cobbler-1ea4c464d8f8a7da9f359979f54a55bd6d231302.tar.xz
third_party-cobbler-1ea4c464d8f8a7da9f359979f54a55bd6d231302.zip
Doc fix
Diffstat (limited to 'docs')
-rw-r--r--docs/cobbler.pod5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/cobbler.pod b/docs/cobbler.pod
index 73d3949..a1f174f 100644
--- a/docs/cobbler.pod
+++ b/docs/cobbler.pod
@@ -620,10 +620,9 @@ can take a long time, and usage of cobbler reposync prior to cobbler sync is nee
For those familiar with yum's reposync, cobbler's reposync is (in most uses) a wrapper around the yum command. Please use "cobbler reposync" to update cobbler mirrors, as yum's reposync does not perform all required steps. Also cobbler adds support for rsync and SSH locations, where as yum's reposync only supports what yum supports (http/ftp).
-If you ever want to update just a few repositories, and not all of them managed by cobbler, you can
-run:
+If you ever want to update a certain repository you can run:
-B<cobbler reposync reponame1 reponame2 ...>
+B<cobbler reposync --only="reponame1" ...>
When updating repos by name, a repo will be updated even if it is set to be not updated during a regular reposync operation (ex: cobbler repo edit --name=reponame1 --keep-updated=0).