Skip to content
Snippets Groups Projects
Commit 60259a67 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

update doc

parent f3cb531e
No related branches found
No related tags found
No related merge requests found
......@@ -28,11 +28,11 @@
</pre>
<h3>Tree sub interface</h3>
<pre>
66-info [ -T ] [ -h help ] [ -v <em>verbosity</em> ] [ -l live ] [ -r recurse ] [ -d <em>depth</em> ] <em>tree</em>
66-info [ -T ] [ -h help ] [ -c ] [ -v <em>verbosity</em> ] [ -l live ] [ -r recurse ] [ -d <em>depth</em> ] <em>tree</em>
</pre>
<h3>Service sub interface</h3>
<pre>
66-info [ -S ] [ -h help ] [ -v <em>verbosity</em> ] [ -l live ] [ -p n lines ] [ -r recurse ] [ -d <em>depth</em> ] <em>service</em>
66-info [ -S ] [ -h help ] [ -c ] [ -v <em>verbosity</em> ] [ -l live ] [ -p n lines ] [ -r recurse ] [ -d <em>depth</em> ] <em>service</em>
</pre>
<p>
66-info displays detailed information about a <em>tree</em> or a specific <em>service</em> depending on the options passed.
......@@ -56,6 +56,9 @@
<li>
<tt>-h&nbsp;</tt>&nbsp;: prints this help.
</li>
<li>
<tt>-c&nbsp;</tt>&nbsp;: disable colorization.
</li>
<li>
<tt>-v&nbsp;<em>verbosity</em>&nbsp;</tt>&nbsp;: increases/decreases
the verbosity of the command. <tt>1(Default)</tt>: Only print
......@@ -84,6 +87,9 @@
<li>
<tt>-h&nbsp;</tt>&nbsp;: prints this help.
</li>
<li>
<tt>-c&nbsp;</tt>&nbsp;: disable colorization.
</li>
<li>
<tt>-v&nbsp;<em>verbosity</em>&nbsp;</tt>&nbsp;: increases/decreases
the verbosity of the command. <tt>1(Default)</tt>: Only print
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment