aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/build/html/_sources/man.txt')
-rw-r--r--docs/build/html/_sources/man.txt18
1 files changed, 11 insertions, 7 deletions
diff --git a/docs/build/html/_sources/man.txt b/docs/build/html/_sources/man.txt
index ca7fdab..b49fb54 100644
--- a/docs/build/html/_sources/man.txt
+++ b/docs/build/html/_sources/man.txt
@@ -5,7 +5,7 @@ USER COMMANDS
SYNOPSIS
========
-**showfsevents.py** [options] <command>
+**autodep** [options] <command>
DESCRIPTION
===========
@@ -18,13 +18,17 @@ The tool can block an access to files of defined packages.
OPTIONS
=======
-.. program:: showfsevents.py
+.. program:: autodep
.. 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
@@ -79,17 +83,17 @@ Examples
Get the potential dependencies of a xchat package:
-----------------------------------------------------
-showfsevents.py emerge xchat
+autodep emerge xchat
Get the potential dependencies of a xchat package, blocking x11-misc/util-macros package:
--------------------------------------------------------------------------------------------
-showfsevents.py emerge --block x11-misc/util-macros emerge xchat
+autodep emerge --block x11-misc/util-macros emerge xchat
Get the potential dependencies of a xchat package, and show files accessed:
------------------------------------------------------------------------------
-showfsevents.py --files emerge xchat
+autodep --files emerge xchat
Get the runtime dependencies of a xchat and show files accessed:
-------------------------------------------------------------------
-showfsevents.py --fusefs --files xchat
+autodep --fusefs --files xchat