mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
add new 'fdroid init' options to bash completion
This commit is contained in:
parent
633103b1b6
commit
ee67e96aad
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue