From cfecb58bb6612ea3775b4c41a27f97d6181f5e7d Mon Sep 17 00:00:00 2001 From: axel Date: Fri, 26 Jan 2007 11:26:31 +1000 Subject: Fix various completions that didno't drop the N_ no-op darcs-hash:20070126012631-ac50b-4e13c06ddbf73f05a0a26824c71dbb96aa7ce0b9.gz --- share/completions/cd.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/completions/cd.fish') diff --git a/share/completions/cd.fish b/share/completions/cd.fish index 1b8ac979..75a0d06c 100644 --- a/share/completions/cd.fish +++ b/share/completions/cd.fish @@ -1,3 +1,3 @@ complete -x -c cd -a "(__fish_complete_cd)" -complete -c cd -s h -l help -d (N_ "Display help and exit" ) +complete -c cd -s h -l help --description 'Display help and exit' -- cgit v1.2.3