From 61f8a07bfc2348b14a7dc194968fcf62f723f36f Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Tue, 16 Apr 2002 07:48:43 +0000 Subject: make more calls to _message use the -e option (16988) --- Completion/Unix/Command/_perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_perl') diff --git a/Completion/Unix/Command/_perl b/Completion/Unix/Command/_perl index 29016e333..3bffafcce 100644 --- a/Completion/Unix/Command/_perl +++ b/Completion/Unix/Command/_perl @@ -39,7 +39,7 @@ _perl_m_opt () { compset -P '-' if compset -P '*='; then - _message 'module arguments, comma separated' + _message -e module-arguments 'module arguments, comma separated' else _perl_modules -S= -q fi -- cgit v1.2.3