From 640a840d2e94f0fc245ef8632050c37af23c6b94 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 15 Apr 1999 18:21:49 +0000 Subject: zsh-3.1.5-pws-13 --- Completion/README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Completion/README') diff --git a/Completion/README b/Completion/README index f95e67699..931d14355 100644 --- a/Completion/README +++ b/Completion/README @@ -74,7 +74,10 @@ Base: This handles options beginning with `--', as in many GNU commands. The command must accept the --help option to list the possible options. __long_options can also take arguments to help it decide what to - complete as the value of the option. + complete as the value of the option. Note that this is potentially + dangerous because the command from the line will be called with the + --help option and hence could cause damage if used with a command + that does not support it. _match_pattern _match_test These are used by Base/_path_files (and hence also Base/_files) -- cgit 1.4.1