From cd67a78bb6be48f4e77c1bce3de13c7f23016a9a Mon Sep 17 00:00:00 2001 From: David Paleino Date: Fri, 12 Dec 2008 19:45:28 +0100 Subject: [PATCH] Fixing typo --finally, after 18hrs lock... --- bash_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_completion b/bash_completion index a4df9a9a..33e34f4e 100644 --- a/bash_completion +++ b/bash_completion @@ -1057,7 +1057,7 @@ _find() _command return 0 ;; - -[acm]min|-[acm]time|-?(i)?(l)(whole)name|-inum|-?(i)path|-?(i)regex| \ + -[acm]min|-[acm]time|-?(i)?(l)?(whole)name|-inum|-?(i)path|-?(i)regex| \ -links|-perm|-size|-used|-printf) # do nothing, just wait for a parameter to be given return 0