mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
readmeta doesn't take any arguments
This commit is contained in:
parent
a49f04a947
commit
adaa460082
1 changed files with 1 additions and 8 deletions
|
@ -177,14 +177,7 @@ __complete_import() {
|
|||
__complete_readmeta() {
|
||||
opts="-h -v"
|
||||
lopts="--help --verbose"
|
||||
case "${cur}" in
|
||||
-*)
|
||||
__complete_options
|
||||
return 0;;
|
||||
*)
|
||||
__package
|
||||
return 0;;
|
||||
esac
|
||||
__complete_options
|
||||
}
|
||||
|
||||
__complete_rewritemeta() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue