chiark / gitweb /
systemd: add --version option
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 17 Jul 2012 05:31:47 +0000 (07:31 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 17 Jul 2012 14:34:23 +0000 (16:34 +0200)
systemd --version mirrors systemctl --version:

$ ./systemd --version
systemd 186
other
+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT -LIBCRYPTSETUP

This information can be retrieved by other means (systemctl, etc.),
but it's easier for a newbie if 'systemd --version' says something
useful. And 'systemd --help' is already there, so let's complement
that with '--version'.


No differences found