mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Add --market to checkupdates
This commit is contained in:
parent
40d5191a0a
commit
cb1df491f4
2 changed files with 25 additions and 6 deletions
|
@ -106,7 +106,7 @@ __complete_publish() {
|
|||
|
||||
__complete_checkupdates() {
|
||||
opts="-h -v -p"
|
||||
lopts="--help --verbose --package --auto --commit"
|
||||
lopts="--help --verbose --package --auto --autoonly --commit --market"
|
||||
case "${prev}" in
|
||||
-p|--package)
|
||||
__package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue