diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-09-06 16:58:50 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-09-06 16:58:50 +0200 |
commit | bf91ab6e1e1463c5f0181f195a7488d987ea2725 (patch) | |
tree | 9d8d22db557d019b8821a27a5d800b3285b40117 /src/id128/id128.c | |
parent | man/systemd-id128: fix example (diff) | |
download | systemd-bf91ab6e1e1463c5f0181f195a7488d987ea2725.tar.xz systemd-bf91ab6e1e1463c5f0181f195a7488d987ea2725.zip |
id128: add forgotten option to --help
Diffstat (limited to 'src/id128/id128.c')
-rw-r--r-- | src/id128/id128.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/id128/id128.c b/src/id128/id128.c index 9e0a3488dd..d726ab7051 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", |