diff options
author | Jelle van der Waa <jelle@vdwaa.nl> | 2019-03-12 22:18:07 +0100 |
---|---|---|
committer | Jelle van der Waa <jelle@vdwaa.nl> | 2019-03-13 22:17:35 +0100 |
commit | 936ff8da2fb3597d03ef018ec2aba0391e18d569 (patch) | |
tree | e5cae77e513115a9b8a77dbb037af857c933d929 /doc/sogrep.1.asciidoc | |
parent | d123fee8ec5c98cbb6bfa4cecf66cb7cdd9c1855 (diff) | |
download | devtools32-936ff8da2fb3597d03ef018ec2aba0391e18d569.tar.xz |
doc: add Environment variables section to sogrep
Add a section about environment variables which influence sogrep's
behaviour.
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
Diffstat (limited to 'doc/sogrep.1.asciidoc')
-rw-r--r-- | doc/sogrep.1.asciidoc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/sogrep.1.asciidoc b/doc/sogrep.1.asciidoc index 328b82b..bc8f6ce 100644 --- a/doc/sogrep.1.asciidoc +++ b/doc/sogrep.1.asciidoc @@ -28,4 +28,15 @@ Options *-h, --help*:: Show a help text + +Environment Variables +--------------------- +**SOLINKS_MIRROR**="https://mirror.foo.com" + Alternative mirror to use for downloading soname links database. + +**SOCACHE_DIR**="/path/to/directory":: + Directory where soname links database is stored, overrides the default + directory set by the **XDG_CACHE_HOME** environment variable or the + **HOME** environment variable if **XDG_CACHE_HOME** is not set. + include::footer.asciidoc[] |