aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/build/html/_sources/intro.txt')
-rw-r--r--docs/build/html/_sources/intro.txt21
1 files changed, 13 insertions, 8 deletions
diff --git a/docs/build/html/_sources/intro.txt b/docs/build/html/_sources/intro.txt
index 5ee0dd5..82278ac 100644
--- a/docs/build/html/_sources/intro.txt
+++ b/docs/build/html/_sources/intro.txt
@@ -5,7 +5,8 @@ Introduction
Overview
===================================
Auto dependency builder is a tool for analysis files accessed during
-building a package. It also can be used for runtime dependencies analysis.
+building a package. It also can be used for buildtime and runtime dependency
+analysis.
The tool can block an access to files of defined packages.
@@ -23,17 +24,21 @@ Installing
Running
===================================
-.. program:: showfsevents.py
+.. program:: autodep
.. code-block:: none
- showfsevents.py [options] <command>
+ autodep [options] <command>
.. cmdoption:: --help, -h
show this help message and exit
-.. cmdoption:: -b PACKAGES, --block=PACKAGES
+.. cmdoption:: -b, --block
+
+ strict mode: deny all access to non-dependency packages
+
+.. cmdoption:: --blockpkgs=PACKAGES
block an access to files from this packages
@@ -95,28 +100,28 @@ Examples
.. code-block:: none
- showfsevents.py emerge xchat
+ autodep emerge xchat
.. rubric:: 2. Get the potential dependencies of a xchat package, blocking
x11-misc/util-macros package:
.. code-block:: none
- showfsevents.py emerge --block x11-misc/util-macros emerge xchat
+ autodep emerge --block x11-misc/util-macros emerge xchat
.. rubric:: 3. Get the potential dependencies of a xchat package, and show files
accessed:
.. code-block:: none
- showfsevents.py --files emerge xchat
+ autodep --files emerge xchat
.. rubric:: 4. Get the runtime dependencies of a xchat and show files
accessed:
.. code-block:: none
- showfsevents.py --fusefs --files xchat
+ autodep --fusefs --files xchat