commit f4178df2ddc499004ba71a1c3f00b032712e12b2 from: Stefan Sperling via: Thomas Adam date: Mon Jul 04 11:47:47 2022 UTC add -V option to 'got tag' usage string, and replace underscore with a hyphen commit - f7a23baba805288dfe0cbcd8184a71f947591683 commit + f4178df2ddc499004ba71a1c3f00b032712e12b2 blob - 921520bfa7c90817c445a61555cb0a657a0dd54d blob + 38c897b900115b665c60bc771571a9009ba7629e --- 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] [-v] [-V] name\n", + "[-m message] [-s signer-id] [-V] name\n", getprogname()); exit(1); }