]> git.ipfire.org Git - thirdparty/systemd.git/commit
analyze: clarify that `security --offline=true` requires an argument
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Thu, 11 Jan 2024 10:00:37 +0000 (11:00 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 11 Jan 2024 12:19:20 +0000 (12:19 +0000)
commit5e16328506e1ec33a33162fc64e762152359efdd
treeb3a98ab6dc1278bdc322891c20dab038b24cab4f
parentec6c7bac5c92b26fc17ad165d2defc85da324391
analyze: clarify that `security --offline=true` requires an argument

Without `--root` or `--image`, the `security` command inspects all currently
loaded service units if no unit name is specified. But with `--root` or
`--image` with `--offline=true`, the `security` command exits silently if no
unit name is specified.

Also, fixed description of `--root` and `--image` in the man page, and added
missing `--unit` option to help text.
man/systemd-analyze.xml
src/analyze/analyze.c