From f13c7a3a2438e3a8f61123a3561ac031508f8e10 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 6 Feb 2003 16:20:29 +0000 Subject: unposted: conjugate "need" properly. --- Completion/compinit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion') diff --git a/Completion/compinit b/Completion/compinit index b8dd939d9..2551db769 100644 --- a/Completion/compinit +++ b/Completion/compinit @@ -219,7 +219,7 @@ compdef() { # Get the options. if [[ $#* -eq 0 ]]; then - echo "$0: I needs arguments" + echo "$0: I need arguments" return 1 fi @@ -249,7 +249,7 @@ compdef() { shift OPTIND-1 if [[ $#* -eq 0 ]]; then - echo "$0: I needs arguments" + echo "$0: I need arguments" return 1 fi -- cgit 1.4.1