diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-06-21 18:16:40 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-06-21 18:16:40 +0900 |
commit | 2fd1fc03950c19c3e6dedab9dc088bd704dbe35c (patch) | |
tree | 50d2254c1aac961a78d9ea6bcea3fb579a6c4db7 /man/bst-track.1 | |
parent | 85c5d6aa522d13c2e452027b51d786eddda76dee (diff) | |
download | buildstream-2fd1fc03950c19c3e6dedab9dc088bd704dbe35c.tar.gz |
Updating man pages to reflect recent frontend changes.
Diffstat (limited to 'man/bst-track.1')
-rw-r--r-- | man/bst-track.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/bst-track.1 b/man/bst-track.1 index fac8e725c..3b2f04da6 100644 --- a/man/bst-track.1 +++ b/man/bst-track.1 @@ -1,4 +1,4 @@ -.TH "BST TRACK" "1" "28-May-2017" "" "bst track Manual" +.TH "BST TRACK" "1" "21-Jun-2017" "" "bst track Manual" .SH NAME bst\-track \- Track new source references .SH SYNOPSIS @@ -18,6 +18,9 @@ Specify `--deps` to control which sources to track: all: All dependencies .SH OPTIONS .TP +\fB\-\-except\fP TEXT +Except certain dependencies from tracking +.TP \fB\-d,\fP \-\-deps [none|all] The dependencies to track (default: all) .TP |