Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
6
66
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eric Vidal
66
Commits
bf47f534
Commit
bf47f534
authored
5 years ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
add -l at 66-tree, update doc
parent
84224fb0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/html/66-tree.html
+10
-2
10 additions, 2 deletions
doc/html/66-tree.html
doc/man/66-tree.1.scd
+8
-1
8 additions, 1 deletion
doc/man/66-tree.1.scd
with
18 additions
and
3 deletions
doc/html/66-tree.html
+
10
−
2
View file @
bf47f534
...
...
@@ -23,7 +23,7 @@
<h2>
Interface
</h2>
<pre>
66-tree [ -h ] [ -v
<em>
verbosity
</em>
] [ -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 ] [ -E|D ] [ -U ] [ -C
<em>
clone
</em>
]
<em>
tree
</em>
</pre>
<p>
...
...
@@ -45,7 +45,15 @@
error messages.
<tt>
2
</tt>
: Also print warning messages.
<tt>
3
</tt>
: Also print debugging messages.
</li>
<li>
<tt><b>
-l
<em>
live
</em></b></tt>
: an absolute path. It used
in conjunction with
<tt>
-U
</tt>
and
<tt>
-R
</tt>
options to specify the live
directory place of
<em>
tree
</em>
. It has no effects otherwise.
Default is
<tt>
%%livedir%%
</tt>
.
The default can also be changed at compile-time by passing the
<tt>
‑‑
livedir=
<em>
live
</em></tt>
option to
<tt>
./configure
</tt>
.
Should be available within a writable filesystem - likely a RAM filesystem.
</li>
<li>
<tt>
-n
</tt>
: creates a new empty
<em>
tree
</em>
. The new
<em>
tree
</em>
must not exist on the system.
...
...
This diff is collapsed.
Click to expand it.
doc/man/66-tree.1.scd
+
8
−
1
View file @
bf47f534
...
...
@@ -6,7 +6,7 @@
#
SYNOPSYS
66
-
tree
[
*-
h
*
]
[
*-
v
*
_verbosity_
]
[
*-
n
*
|
*-
R
*
]
[
*-
a
*
|
*-
d
*
]
[
*-
c
*
_clone_
]
[
*-
E
*
|
*-
D
*
]
[
*-
U
*
]
[
*-
C
*
]
_tree_
66
-
tree
[
*-
h
*
]
[
*-
v
*
_verbosity_
]
[
-
l
]
[
*-
n
*
|
*-
R
*
]
[
*-
a
*
|
*-
d
*
]
[
*-
c
*
_clone_
]
[
*-
E
*
|
*-
D
*
]
[
*-
U
*
]
[
*-
C
*
]
_tree_
#
DESCRIPTION
...
...
@@ -26,6 +26,13 @@ are currently available on the system use *66-info*(1) tool.
*
2
*
:
Also
print
warning
messages
.
*
3
*
:
Also
print
debugging
messages
.
*-
l
*
_live_
An
absolute
path
.
It
used
in
conjunction
with
*-
U
*
and
*-
R
*
options
to
specify
the
live
directory
place
of
_tree_
.
It
has
no
effects
otherwise
.
Default
is
*%%
livedir
%%*
.
The
default
can
also
be
changed
at
compile
-
time
by
passing
the
\
--
livedir
=
_live_
option
to
*
.
/
configure
*
.
Should
be
under
a
writable
filesystem
-
likely
a
RAM
filesystem
.
*-
n
*
Creates
a
new
empty
_tree_
.
The
new
_tree_
must
not
exist
on
the
system
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment