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

update documentation

parent aa23df77
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
<h2> Interface </h2>
<pre>
66-tree [ -h ] [ -v <em>verbosity</em> ] [ -l ] [ -n|R ] [ -a|d ] [ -c ] [ -E|D ] [ -U ] [ -C <em>clone</em> ] <em>tree</em>
66-tree [ -h ] [ -v <em>verbosity</em> ] [ -l ] [ -n|R ] [ -a|d ] [ -c ] [ -S <em>after_tree</em> ] [ -E|D ] [ -U ] [ -C <em>clone</em> ] <em>tree</em>
</pre>
<p>
......@@ -78,6 +78,13 @@
<em>tree</em> is the current one with the <tt><a href="66-intree.html">66-intree</a></tt> tool.
</li>
<li>
<tt>-S&nbsp;<em>after_tree</em></tt>&nbsp;: Start the <em>tree</em> after <em>after_tree</em>.
This tell to <a href="66-all.html">66-all</a> the specific order to apply at start process.
<em>after_tree</em> must be already enabled. You can combine this options directly
with the <tt>-E</tt> option at creation time.
</li>
<li>
<tt>-E&nbsp;</tt>&nbsp;: enables <em>tree</em>. This allows the <tt><a href="66-all.html">66-all</a></tt> tool to know which tree
needs to be started. If the given <em>tree</em> is enabled, all services in that tree
......
......@@ -6,7 +6,7 @@
# SYNOPSYS
66-tree [ *-h* ] [ *-v* _verbosity_ ] [ -l ] [ *-n* | *-R* ] [ *-a* | *-d* ] [ *-c* _clone_ ] [ *-E* | *-D* ] [ *-U* ] [ *-C* ] _tree_
66-tree [ *-h* ] [ *-v* _verbosity_ ] [ -l ] [ *-n* | *-R* ] [ *-a* | *-d* ] [ *-c* _clone_ ] [ *-S* _after_tree_ ] [ *-E* | *-D* ] [ *-U* ] [ *-C* ] _tree_
# DESCRIPTION
......@@ -59,6 +59,11 @@ what trees are currently available on the system use the *66-intree*(1) tool.
By setting _tree_ as the current one all other 66 tools will use it by
default. You can see which _tree_ is the current one with the *66-intree*(1) tool.
*-S*
Start the _tree_ after _after_tree_. This tell to *66-all*(1) the specific
order to apply at start process. _after_tree_ must be already enabled.
You can combine this options directly with the *-E* option at creation time.
*-E*
Enables _tree_. This allows the *66-all*(1) tool to know which tree needs to
be started. If the given _tree_ is enabled, all services in that tree will be
......
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