mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Add extra options to import completion
This commit is contained in:
parent
bb4211b0be
commit
73c73db0e9
1 changed files with 2 additions and 2 deletions
|
@ -167,8 +167,8 @@ __complete_checkupdates() {
|
|||
}
|
||||
|
||||
__complete_import() {
|
||||
opts="-h -u -s -r"
|
||||
lopts="--help --url --subdir --repo"
|
||||
opts="-h -u -s -r -q"
|
||||
lopts="--help --url --subdir --repo --rev --quiet"
|
||||
case "${prev}" in
|
||||
-u|--url|-r|--repo|-s|--subdir) return 0;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue