Skip to content

Commit

Permalink
base-completion: fix missing and error
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
  • Loading branch information
arthurzam committed Feb 26, 2024
1 parent 16a22e2 commit 78cd513
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/share/bash-completion/completions/pkgdev
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ _pkgdev() {
mask)
subcmd_options="
-r --rites
-b --bugs
-b --bug
--email
"

Expand Down Expand Up @@ -245,6 +245,7 @@ _pkgdev() {
bugs)
subcmd_options="
--api-key
--edit-graph
--auto-cc-arches
--find-by-maintainer
--projects
Expand Down

0 comments on commit 78cd513

Please sign in to comment.