commit 6304661828605dbefa07fb027fdbb8fd5225c7e6 from: Stefan Sperling via: Thomas Adam date: Mon Jul 04 09:54:44 2022 UTC add -V option to 'got tag' usage string, and replace underscore with a hyphen commit - 2140c6ec5634ddee572383944f0903ab7b0b829f commit + 6304661828605dbefa07fb027fdbb8fd5225c7e6 blob - 033e452284cf91d48b02e0a4e100d62a059b93ac blob + 88c54d94baa348cc77638385314ea2bb7b70fb1b --- got/got.c +++ got/got.c @@ -6908,7 +6908,7 @@ usage_tag(void) { fprintf(stderr, "usage: %s tag [-c commit] [-r repository] [-l] " - "[-m message] [-s signer_id] name\n", + "[-m message] [-s signer-id] [-V] name\n", getprogname()); exit(1); }