Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Commit

Permalink
Minor Change in Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham90 committed Jun 2, 2015
1 parent dffb208 commit f437cad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client_lib/pulp/client/commands/unit.py
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/admin-client/repositories.rst
Expand Up @@ -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

Expand Down

0 comments on commit f437cad

Please sign in to comment.