From f437cad3c50c17cbe9e9a4a8e7016eaf06be2f08 Mon Sep 17 00:00:00 2001 From: shubham90 Date: Tue, 2 Jun 2015 17:28:11 -0400 Subject: [PATCH] Minor Change in Documentation https://pulp.plan.io/issues/662 fixes #662 --- client_lib/pulp/client/commands/unit.py | 2 +- docs/user-guide/admin-client/repositories.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client_lib/pulp/client/commands/unit.py b/client_lib/pulp/client/commands/unit.py index f8d09cf7db..4ae150e7ce 100644 --- a/client_lib/pulp/client/commands/unit.py +++ b/client_lib/pulp/client/commands/unit.py @@ -15,7 +15,7 @@ DESC_COPY = _('copies modules from one repository into another') -DESC_REMOVE = _('remove copied or uploaded units from a repository') +DESC_REMOVE = _('remove units from a repository') DESC_FROM_REPO = _('source repository from which units will be copied') OPTION_FROM_REPO = PulpCliOption('--from-repo-id', DESC_FROM_REPO, aliases=['-f'], required=True) diff --git a/docs/user-guide/admin-client/repositories.rst b/docs/user-guide/admin-client/repositories.rst index ba715282af..39ad6053db 100644 --- a/docs/user-guide/admin-client/repositories.rst +++ b/docs/user-guide/admin-client/repositories.rst @@ -40,7 +40,7 @@ named for a content type. For example, the RPM repo section looks like this: copy - copies one or more content units between repositories export - run or view the status of ISO export of a repository publish - run, schedule, or view the status of publish tasks - remove - remove copied or uploaded modules from a repository + remove - remove modules from a repository sync - run, schedule, or view the status of sync tasks uploads - upload modules into a repository