From 22866eca451838fc5fd08f61fcc2cdd98c014125 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Mon, 5 Aug 2024 16:42:05 -0700 Subject: [PATCH] cli: document --env in usage text --- cli/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/main.c b/cli/main.c index 7ec113c..3ce05d9 100644 --- a/cli/main.c +++ b/cli/main.c @@ -851,6 +851,7 @@ usage(void) printf(" --msvc-syntax print translatable fragments in MSVC syntax\n"); #endif printf(" --fragment-filter=types filter output fragments to the specified types\n"); + printf(" --env=prefix print output as shell-compatible environmental variables\n"); printf("\nreport bugs to <%s>.\n", PACKAGE_BUGREPORT); }