diff options
Diffstat (limited to 'info/auto-auto-complete.texinfo')
-rw-r--r-- | info/auto-auto-complete.texinfo | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/info/auto-auto-complete.texinfo b/info/auto-auto-complete.texinfo index 891a3ed..977769e 100644 --- a/info/auto-auto-complete.texinfo +++ b/info/auto-auto-complete.texinfo @@ -111,6 +111,17 @@ and @code{--file}, add the arguments @option{srcopt=-s}, @option{srcopt=--file}. It is not possible to have variable whose name begin with a dash (`-'). +Alternatively you can run +@command{auto-auto-complete SHELL --where COMMAND} +(alternatively with @option{-w} instead of +@option{--where}). This will print the pathname +you should use for the generated file when installing +it. However the path prefix will not be included, +so if your package is installed to @file{/usr} +@footnote{The command being installed to @file{/usr/bin} +or @file{/usr/sbin}.}, you sould prepend @file{/usr} +to the output. + @node Syntax |