Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 79ca118e authored by Vincent Danjean's avatar Vincent Danjean
Browse files

correction bash_completion

git-svn-id: svn+ssh://imag/users/huron/danjean/svnroot/claire/altree/trunk@147 cf695345-040a-0410-a956-b889e835fe2e
parent fbfc4f26
No related merge requests found
......@@ -2,7 +2,7 @@
_altree_option_list()
{
altree --help 2> /dev/null | \
"${COMP_WORDS[0]}" --help 2> /dev/null | \
sed -e '0,/^Options/d;/^ --/{s/^ //;s/^--\(man\|help\).*/--\1/;p};d'
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment