From 52f2e3801e9bb2583e8fc9c56d7e4fccd965dd02 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Tue, 5 Sep 2023 12:54:19 +0200 Subject: just.1: Disambiguate short name of option Add missing support list for --print-to-stdout option, which thus also disambiguates the -P short version. --- share/man/just.1.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3