mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
rewritemeta: add -l option to list files
This commit is contained in:
parent
911994fc99
commit
811fcd320f
2 changed files with 20 additions and 4 deletions
|
@ -184,8 +184,8 @@ __complete_readmeta() {
|
|||
}
|
||||
|
||||
__complete_rewritemeta() {
|
||||
opts="-v -q"
|
||||
lopts="--verbose --quiet"
|
||||
opts="-v -q -l"
|
||||
lopts="--verbose --quiet --list"
|
||||
case "${cur}" in
|
||||
-*)
|
||||
__complete_options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue