diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-07-27 17:25:47 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-07-27 18:01:04 +0200 |
commit | 6ea05060800553eead29e8ba1cf627f7b2623c71 (patch) | |
tree | df74e71b4f9054de6e615c6d67b506a98ceb08e3 /share | |
parent | 2758a8599966590c015f28683e79292654b6c7c8 (diff) | |
download | justbuild-6ea05060800553eead29e8ba1cf627f7b2623c71.tar.gz |
man: Update man page on options for describe subcommand
Diffstat (limited to 'share')
-rw-r--r-- | share/man/just.1.org | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/share/man/just.1.org b/share/man/just.1.org index a32a695c..0d22e11b 100644 --- a/share/man/just.1.org +++ b/share/man/just.1.org @@ -496,6 +496,14 @@ well-defined graph file. See *just-graph-file(5)* for more details. Path to a Git repository, containing blobs of potentially missing KNOWN artifacts. +** *describe* specific options + + *--json*\\ + Omit pretty-printing and describe rule in JSON format. + + *--rule*\\ + Module and target arguments refer to a rule instead of a target. + * EXIT STATUS The exit status of ~just~ is one of the following values: |