diff options
author | David Robillard <d@drobilla.net> | 2012-01-08 20:57:00 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-01-08 20:57:00 +0000 |
commit | acd1a7440e0b0a82db635861dc6fcc65f54b51a1 (patch) | |
tree | 3c5cee4fbcb90a9e576f37d3d1607bbef42e1156 /utils/lilv.bash_completion | |
parent | d7ea96c20f33febd871adea36e6ab5d77614d3db (diff) | |
download | lilv-acd1a7440e0b0a82db635861dc6fcc65f54b51a1.tar.gz lilv-acd1a7440e0b0a82db635861dc6fcc65f54b51a1.tar.bz2 lilv-acd1a7440e0b0a82db635861dc6fcc65f54b51a1.zip |
Update man pages.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3924 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'utils/lilv.bash_completion')
-rw-r--r-- | utils/lilv.bash_completion | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/lilv.bash_completion b/utils/lilv.bash_completion index 372982d..4a553a7 100644 --- a/utils/lilv.bash_completion +++ b/utils/lilv.bash_completion @@ -2,7 +2,7 @@ # Could be adapted to any other program that takes an # LV2 plugin URI as parameter. -# Updated for Lilv by David Robillard <d@drobilla.net> on 2011-05-21. +# Updated for Lilv by David Robillard <d@drobilla.net> on 2012-01-08. # Written by Lars Luthman <lars.luthman@gmail.com> on 2009-10-12. # No copyright claimed for this script. Do what you want with it. @@ -16,7 +16,7 @@ function _lv2info() { local uri cur opts w wn raw_reply len type - opts=`lv2_list | xargs -n1 echo -n " "` + opts=`lv2ls | xargs -n1 echo -n " "` # This is the last "word", as split by Bash. cur="${COMP_WORDS[COMP_CWORD]}" |