-
Actually fix the bug that can cause
--help
or--version
to crash in some scenarios (#215).Thanks to @suve for the patch!
Note on binary naming: In #202, we switched from using Debian naming for architectures to the Linux kernel's naming for binaries. The Debian package names are unchanged. That means binaries now have these architectures in their names:
x86_64
(previouslyamd64
)aarch64
(previouslyarm64
)ppc64le
(previouslyppc64el
)