mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Complete missing server options
This commit is contained in:
parent
443af0bba4
commit
6f4ffefb05
1 changed files with 2 additions and 1 deletions
|
@ -249,7 +249,8 @@ __complete_stats() {
|
||||||
|
|
||||||
__complete_server() {
|
__complete_server() {
|
||||||
opts="-i -v -q"
|
opts="-i -v -q"
|
||||||
lopts="--identity-file --verbose --quiet update"
|
lopts="--identity-file --local-copy-dir --sync-from-local-copy-dir
|
||||||
|
--verbose --quiet update"
|
||||||
__complete_options
|
__complete_options
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue