mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
[checkupdates] Remove --gplay option
It's unclear whether this still works and we're not planning to maintain it.
This commit is contained in:
parent
cbfb12f917
commit
81fdba452a
2 changed files with 1 additions and 60 deletions
|
@ -155,7 +155,7 @@ __complete_publish() {
|
|||
|
||||
__complete_checkupdates() {
|
||||
opts="-v -q"
|
||||
lopts="--verbose --quiet --auto --autoonly --commit --gplay --allow-dirty"
|
||||
lopts="--verbose --quiet --auto --autoonly --commit --allow-dirty"
|
||||
case "${cur}" in
|
||||
-*)
|
||||
__complete_options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue