aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/help.fish
diff options
context:
space:
mode:
Diffstat (limited to 'share/completions/help.fish')
-rw-r--r--share/completions/help.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/completions/help.fish b/share/completions/help.fish
index abf88f3c..d96745ab 100644
--- a/share/completions/help.fish
+++ b/share/completions/help.fish
@@ -3,7 +3,7 @@
#
if test -f "$__fish_help_dir/commands.html"
- for i in case (sed -n < $__fish_help_dir/commands.html -e "s/.*<h2><a class=\"anchor\" name=\"\([^\"]*\)\">.*/\1/p")
+ for i in case (sed -n < $__fish_help_dir/commands.html -e "s/.*<h[12]><a class=\"anchor\" name=\"\([^\"]*\)\">.*/\1/p")
complete -c help -x -a $i --description "Help for the specified command"
end
end