Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Dec 5, 2023
1 parent a70d979 commit a882678
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Commands
which-source query… Show source package name
info package Show info about package
payload package type Show package payload
cleanup num Remove old versions of packages
cleanup num filter Remove old versions of packages
check errors-num Check repositories consistency
sign file… Sign one or more packages
resign Resign all packages in repository
Expand All @@ -84,22 +84,23 @@ Commands
Options
--release, -r Run command only on release (stable) repository
--testing, -t Run command only on testing (unstable) repository
--all, -a Run command on all repositories
--arch, -aa arch Package architecture (helpful with "info" and "payload" commands)
--move, -m Move (remove after successful action) packages (helpful with "add" command)
--no-source, -ns Ignore source packages (helpful with "add" command)
--ignore-filter, -if Ignore repository file filter (helpful with "add" and "sign" commands)
--force, -f Answer "yes" for all questions
--full, -F Full reindex (helpful with "reindex" command)
--show-all, -A Show all versions of packages (helpful with "list" command)
--status, -S Show package status (released or not)
--epoch, -E Show epoch info (helpful with "list" and "which-source" commands)
--pager, -P Run command in "pager" mode (i.e. don't disable colors and don't show raw output)
--no-color, -nc Disable colors in output
--help, -h Show this help message
--version, -v Show version
--release, -r Run command only on release (stable) repository
--testing, -t Run command only on testing (unstable) repository
--all, -a Run command on all repositories
--arch, -aa arch Package architecture (helpful with "info" and "payload" commands)
--move, -m Move (remove after successful action) packages (helpful with "add" command)
--no-source, -ns Ignore source packages (helpful with "add" command)
--ignore-filter, -if Ignore repository file filter (helpful with "add" and "sign" commands)
--postpone-index, -pi Postpone repository reindex (helpful with "add", "remove", "release", and "unrelase" commands)
--force, -f Answer "yes" for all questions
--full, -F Full reindex (helpful with "reindex" command)
--show-all, -A Show all versions of packages (helpful with "list" command)
--status, -S Show package status (released or not)
--epoch, -E Show epoch info (helpful with "list" and "which-source" commands)
--pager, -P Use pager for long output
--no-color, -nc Disable colors in output
--help, -h Show this help message
--version, -v Show versio

Check warning on line 103 in README.md

View workflow job for this annotation

GitHub Actions / Typos

"versio" should be "version".

Check warning on line 103 in README.md

View workflow job for this annotation

GitHub Actions / Typos

"versio" should be "version".
```

### CI Status
Expand Down

0 comments on commit a882678

Please sign in to comment.