aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/help.fish
diff options
context:
space:
mode:
Diffstat (limited to 'init/completions/help.fish')
-rw-r--r--init/completions/help.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/completions/help.fish b/init/completions/help.fish
index bbbd0a5a..853a9ba8 100644
--- a/init/completions/help.fish
+++ b/init/completions/help.fish
@@ -6,7 +6,7 @@ for i in (builtin -n)
complete -c help -x -a $i -d (printf (_ "Help for the '%s' builtin") $i)
end
-for i in count dirh dirs help mimedb nextd open popd prevd pushd set_color tokenize psub umask type
+for i in count dirh dirs help mimedb nextd open popd prevd pushd set_color psub umask type
complete -c help -x -a $i -d (printf (_ "Help for the '%s' command") $i )
end