]> git.ipfire.org Git - thirdparty/systemd.git/commit
analyze: always recommend saving the output to a file
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 20 Feb 2024 17:14:53 +0000 (18:14 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 20 Feb 2024 19:35:58 +0000 (19:35 +0000)
commit0615abef62e39d0f0281b4b2979e4fa694a827e7
tree726481cf82bc985832e96ef1f3f8471f74bc4094
parent8e94bb62a5c1309c56c57e0a505aae13a2ac5f4f
analyze: always recommend saving the output to a file

The command will refuse to write to a TTY, so give a strong hint
that redirecting to a file is recommended. This makes the synopsis,
man page text, and --help output consistent.

Also drop the space after the redirection operator everywhere.
man/systemd-analyze.xml
src/analyze/analyze.c