Skip to content

Commit 78cd513

Browse files
committed
base-completion: fix missing and error
Signed-off-by: Arthur Zamarin <[email protected]>
1 parent 16a22e2 commit 78cd513

File tree

1 file changed

+2
-1
lines changed
  • data/share/bash-completion/completions

1 file changed

+2
-1
lines changed

data/share/bash-completion/completions/pkgdev

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ _pkgdev() {
119119
mask)
120120
subcmd_options="
121121
-r --rites
122-
-b --bugs
122+
-b --bug
123123
--email
124124
"
125125

@@ -245,6 +245,7 @@ _pkgdev() {
245245
bugs)
246246
subcmd_options="
247247
--api-key
248+
--edit-graph
248249
--auto-cc-arches
249250
--find-by-maintainer
250251
--projects

0 commit comments

Comments
 (0)