mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-20 13:50:12 +01:00
add new 'fdroid init' options to bash completion
This commit is contained in:
parent
633103b1b6
commit
ee67e96aad
@ -184,8 +184,8 @@ __complete_server() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
__complete_init() {
|
__complete_init() {
|
||||||
opts="-h -v"
|
opts="-h -v -d"
|
||||||
lopts="--help --verbose"
|
lopts="--help --verbose --keystore --distinguished-name --repo-keyalias"
|
||||||
__complete_options
|
__complete_options
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user