diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-04-16 13:00:09 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-04-16 13:09:11 +0200 |
commit | 24510c2a4e59ea9ef90ba4ef908b0854f40a0db9 (patch) | |
tree | 95c4290a0781e8fb579b0949ec5a204d34e3f074 /share | |
parent | aff8ee2242b6faf853337b6aca727f02e14e7995 (diff) | |
download | justbuild-24510c2a4e59ea9ef90ba4ef908b0854f40a0db9.tar.gz |
just(1): fix list of subcommands supporting --profile
Diffstat (limited to 'share')
-rw-r--r-- | share/man/just.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/just.1.md b/share/man/just.1.md index 0d5d4fb0..45c1905b 100644 --- a/share/man/just.1.md +++ b/share/man/just.1.md @@ -437,7 +437,7 @@ Supported by: build|install|rebuild|traverse. **`--profile`** *`PATH`* Write a profile to the specified path. See **`just-profile`**(5) for details on the format. -Supported by: analyse|build|install|rebuild|traverse. +Supported by: analyse|build|install|rebuild|describe. **`--dump-graph`** *`PATH`* File path for writing the action graph description to. See |