mirror of
https://git.sr.ht/~nabijaczleweli/tzpfms
synced 2025-04-11 09:30:02 +03:00
tzpfms [version] TZPFMS_VERSION
This commit is contained in:
parent
7c0393e894
commit
984c5d5354
@ -45,7 +45,7 @@ static int do_bare_main(
|
||||
gettext(dataset_usage));
|
||||
return opt == 'h' ? 0 : __LINE__;
|
||||
case 'V':
|
||||
puts("tzpfms version " TZPFMS_VERSION);
|
||||
puts("tzpfms " TZPFMS_VERSION);
|
||||
return 0;
|
||||
default:
|
||||
if constexpr(std::is_same_v<std::invoke_result_t<G, decltype(opt)>, void>)
|
||||
|
Loading…
x
Reference in New Issue
Block a user