From dd59b49f25d9d7259a9d157ff50a16f006ea13f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 2 May 2011 13:55:37 +0300 Subject: [PATCH] _init_completion: Doc update. --- bash_completion | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bash_completion b/bash_completion index e88e2fc8..581ace7d 100644 --- a/bash_completion +++ b/bash_completion @@ -680,8 +680,7 @@ _split_longopt() # -i XSPEC Passed to _filedir as first arg for stdin redirections # -s Split long options with _split_longopt, implies -n = # @return True (0) if completion needs further processing, -# False (> 0) if tilde is followed by a valid username, completions -# are put in COMPREPLY and no further processing is necessary. +# False (> 0) no further processing is necessary. # _init_completion() {