]> git.ipfire.org Git - thirdparty/systemd.git/commit
Use the new verb+option macros in pcrlock (#41669)
authorZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Thu, 23 Apr 2026 17:15:30 +0000 (19:15 +0200)
committerGitHub <noreply@github.com>
Thu, 23 Apr 2026 17:15:30 +0000 (19:15 +0200)
commit785c9301de030d6a12daab13f04b53ac810b096f
treeac82e89b650e059370a121f48b7f9e690b22e153
parent9e865599f7539b90e79cdfb3ed749163f6f6086d
parentf5a99402d84cf44a14e6aedbba30333b28e94324
Use the new verb+option macros in pcrlock (#41669)

There's a lot of code movement, but the actual changes are
straightforward. Previously, the program was not marked as public, so
the --help/--version interface wasn't tested.