diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-09-05 12:54:19 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-09-05 17:25:17 +0200 |
commit | 52f2e3801e9bb2583e8fc9c56d7e4fccd965dd02 (patch) | |
tree | 5f51f8e194f568d50776e9e89bfa55e123e8cebe /share | |
parent | 8523aecc138626f335eb614694eb01f88abb4deb (diff) | |
download | justbuild-52f2e3801e9bb2583e8fc9c56d7e4fccd965dd02.tar.gz |
just.1: Disambiguate short name of option
Add missing support list for --print-to-stdout option, which thus
also disambiguates the -P short version.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/just.1.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/just.1.md b/share/man/just.1.md index b9f039d4..6ca9ab1c 100644 --- a/share/man/just.1.md +++ b/share/man/just.1.md @@ -436,7 +436,8 @@ number of characters (default: 320). Supported by: analyse|build|install. **`-P`**, **`--print-to-stdout`** *`LOGICAL_PATH`* -After building, print the specified artifact to stdout. +After building, print the specified artifact to stdout. +Supported by: build|install|rebuild|traverse. **`-s`**, **`--show-runfiles`** Do not omit runfiles in build report. |