man/generated/machinery.1.html in machinery-tool-1.4.0 vs man/generated/machinery.1.html in machinery-tool-1.5.0

- old
+ new

@@ -238,18 +238,21 @@ <ul> <li><p>changed-managed-files</p> <p>Contains the names and contents of all non-configuration files which have -been changed compared to the files in the package.</p></li> +been changed compared to the files in the package. A file change is reported +if its content or its attributes like Linux permission bits or ownership +have changed.</p></li> <li><p>config-files</p> <p>Contains all configuration files which have been changed since they were installed. Configuration files are all those files which are marked as such in the -package which has installed them. A configuration file is considered changed -if either its content or its Linux permission bits have changed.</p></li> +package which has installed them. A configuration file change is reported +if its content or its attributes like Linux permission bits or ownership +have changed.</p></li> <li><p>groups</p> <p>Contains information about the system groups such as group attributes and the list of group members.</p></li> <li><p>os</p> @@ -851,10 +854,20 @@ Shortcut for the combination of <code>--extract-changed-config-files</code>, <code>--extract-unmanaged-files</code>, and <code>--extract-changed-managed-files</code></p></dd> <dt><code>--extract-changed-config-files</code> (optional)</dt><dd><p>Extract changed configuration files from the inspected system.</p></dd> <dt><code>--extract-unmanaged-files</code> (optional)</dt><dd><p>Extract unmanaged files from the inspected system.</p></dd> <dt><code>--extract-changed-managed-files</code> (optional)</dt><dd><p>Extract changed managed files from inspected system.</p></dd> +<dt><code>--skip-files</code> (optional)</dt><dd><p>Do not consider given files or directories during inspection. Either provide +one file or directory name or a list of names separated by commas. You can +also point to a file which contains a list of files to filter (one per line) +by adding an '@' before the path, e.g.</p> + +<p> $ <code>machinery</code> inspect --skip-files=@/path/to/filter_file myhost</p> + +<p>If a filename contains a comma it needs to be escaped, e.g.</p> + +<p> $ <code>machinery</code> inspect --skip-files=/file\,with_comma myhost</p></dd> </dl> <h3 id="PREREQUISITES">PREREQUISITES</h3> @@ -915,10 +928,11 @@ <h3 id="OPTIONS">OPTIONS</h3> <dl> <dt><code>--verbose</code> (optional)</dt><dd>Print additional information about the origin of scopes. Currently displays [HOSTNAME] and (DATE).</dd> +<dt><code>--short</code> (optional)</dt><dd>List only descripton names.</dd> </dl> <h3 id="EXAMPLES">EXAMPLES</h3> @@ -927,10 +941,13 @@ <p>$ <code>machinery</code> list</p></dd> <dt>Same as previous command, but additionally prints the date of each scope:</dt><dd><p></p> <p>$ <code>machinery</code> list --verbose</p></dd> +<dt>Lists all available system description names without any additional details:</dt><dd><p></p> + +<p>$ <code>machinery</code> list --short</p></dd> </dl> <h2 id="remove-Remove-System-Descriptions">remove — Remove System Descriptions</h2> @@ -1143,10 +1160,10 @@ <p>Copyright (c) 2013-2015 <a href="http://www.suse.com">SUSE LLC</a></p> <ol class='man-decor man-foot man foot'> <li class='tl'></li> - <li class='tc'>February 2015</li> + <li class='tc'>March 2015</li> <li class='tr'>machinery(1)</li> </ol> </div> </body>