Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix command name and arguments in README #7

Merged
merged 1 commit into from
Mar 21, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,14 @@ ubi repos and required action is started.

# Cli usage

Cli can be run by *ubi_population_cli* with arguments:
Cli can be run by *ubipop* with arguments:

- positional arguments:
- content_sets: list of content sets to be processed

- optional arguments:
- -h, --help: show this help message and exit
- --pulp_url PULP_URL: url of pulp_server
- --user USER: pulp user
- --password PASSWORD: pulp password
- --dry_run: if True, print pulp actions only, do not execute

- -h, --help: show this help message and exit
- --pulp-hostname HOSTNAME: hostname of Pulp server
- --user USER: username for authentication to Pulp
- --password PASSWORD: password for authentication to Pulp
- --dry-run: if True, print pulp actions only, do not execute