diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-10-12 00:07:00 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-10-12 00:07:00 +0200 |
commit | 19eca5c5f6a442b27d359be00cc4e59d9cc4f66e (patch) | |
tree | b34b3f7020ee1bda7c7c8892b9829fc106b1a3ab /info/auto-auto-complete.texinfo | |
parent | update dist (diff) | |
download | auto-auto-complete-19eca5c5f6a442b27d359be00cc4e59d9cc4f66e.tar.gz auto-auto-complete-19eca5c5f6a442b27d359be00cc4e59d9cc4f66e.tar.bz2 auto-auto-complete-19eca5c5f6a442b27d359be00cc4e59d9cc4f66e.tar.xz |
add --where5
Signed-off-by: Mattias Andrée <maandree@operamail.com>
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 |