mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Update fdroid init completion
This commit is contained in:
parent
0c8512ca26
commit
14f6e519d1
1 changed files with 2 additions and 1 deletions
|
@ -254,7 +254,8 @@ __complete_server() {
|
|||
|
||||
__complete_init() {
|
||||
opts="-h -v -q -d"
|
||||
lopts="--help --verbose --quiet --keystore --distinguished-name --repo-keyalias"
|
||||
lopts="--help --verbose --quiet --distinguished-name --keystore
|
||||
--repo-keyalias --android-home --no-prompt"
|
||||
__complete_options
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue