mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
remove --on-server from completion, it is not a user option
fdroid/fdroidserver!617
a787d123a2
This commit is contained in:
parent
709d35be0e
commit
4d68163175
1 changed files with 1 additions and 2 deletions
|
@ -90,8 +90,7 @@ __complete_options() {
|
||||||
__complete_build() {
|
__complete_build() {
|
||||||
opts="-v -q -l -s -t -f -a -w"
|
opts="-v -q -l -s -t -f -a -w"
|
||||||
|
|
||||||
lopts="--verbose --quiet --latest --stop --test --server --reset-server
|
lopts="--verbose --quiet --latest --stop --test --server --reset-server --skip-scan --no-tarball --force --all --wiki --no-refresh"
|
||||||
--on-server --skip-scan --no-tarball --force --all --wiki --no-refresh"
|
|
||||||
case "${cur}" in
|
case "${cur}" in
|
||||||
-*)
|
-*)
|
||||||
__complete_options
|
__complete_options
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue