diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-12-03 04:18:16 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-12-03 04:18:16 +0100 |
commit | a0a5307c1417a0b8adc6b84b6b44f54e7df7193b (patch) | |
tree | 55dde2401cbfd20f86fb66462a0b9296351c61b9 /doc | |
parent | m (diff) | |
download | librarian-a0a5307c1417a0b8adc6b84b6b44f54e7df7193b.tar.gz librarian-a0a5307c1417a0b8adc6b84b6b44f54e7df7193b.tar.bz2 librarian-a0a5307c1417a0b8adc6b84b6b44f54e7df7193b.tar.xz |
variables are upper cased, libraries are not, in the command line
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/info/librarian.texinfo | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/info/librarian.texinfo b/doc/info/librarian.texinfo index 20260c2..7d3b416 100644 --- a/doc/info/librarian.texinfo +++ b/doc/info/librarian.texinfo @@ -144,6 +144,12 @@ in the other variables unless the library @code{LIBRARY} requires them directly. @end table +Upper cased arguments are interpreted as +@code{VARIABLE} options, other arguments are +interpreted as @code{LIBRARY} options, and +should be, but are not required to be, lower +cased. + If @code{VARIABLE} is omitted, the process will exit with the value @code{0} if all listed libraries, @code{LIBRARY}, are available, and otherwise exit |