From bf91ab6e1e1463c5f0181f195a7488d987ea2725 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 6 Sep 2023 16:58:50 +0200 Subject: [PATCH] id128: add forgotten option to --help --- src/id128/id128.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/id128/id128.c b/src/id128/id128.c index 9e0a3488dd5..d726ab7051c 100644 --- a/src/id128/id128.c +++ b/src/id128/id128.c @@ -178,6 +178,7 @@ static int help(void) { "\nOptions:\n" " -h --help Show this help\n" " -p --pretty Generate samples of program code\n" + " -P --value Only print the value\n" " -a --app-specific=ID Generate app-specific IDs\n" " -u --uuid Output in UUID format\n" "\nSee the %s for details.\n", -- 2.47.3