Skip to content

Commit

Permalink
Add tilde option to --help command
Browse files Browse the repository at this point in the history
  • Loading branch information
mpagano committed Oct 6, 2019
1 parent 91be5e9 commit ade4fe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions portpeek
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def print_usage():
print (portage.output.yellow(" -m, --mask") + " - show matches from package.mask only")
print (portage.output.yellow(" -u, --unmask") + " - show matched from package.unmask only")
print (portage.output.yellow(" -s, --package.use") + " - show matches from package.use only")
print (portage.output.yellow(" -t, --tilde-check") + " - process tilde entries ~(cat/pkg-version)")

print (portage.output.yellow(" -f, --fix") + " - will remove the stabled and invalid packages without asking for confirmation")
print (portage.output.yellow(" -q, --fix-confirm") +" - will remove the stabled and invalid packages asking for confirmation before doing so")
Expand Down

0 comments on commit ade4fe9

Please sign in to comment.