[systemd-commits] src/systemctl
Zbigniew JÄdrzejewski-Szmek
zbyszek at kemper.freedesktop.org
Sat Dec 14 15:13:51 PST 2013
src/systemctl/systemctl.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 815ebc540daf5cede58570bbeb0a4106e201c52e
Author: Djalal Harouni <tixxdz at opendz.org>
Date: Sun Dec 15 00:05:38 2013 +0100
systemctl: add the --plain option to the help message
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c
index 24a74c3..9a76349 100644
--- a/src/systemctl/systemctl.c
+++ b/src/systemctl/systemctl.c
@@ -4834,7 +4834,8 @@ static int systemctl_help(void) {
" --root=PATH Enable unit files in the specified root directory\n"
" -n --lines=INTEGER Number of journal entries to show\n"
" -o --output=STRING Change journal output mode (short, short-monotonic,\n"
- " verbose, export, json, json-pretty, json-sse, cat)\n\n"
+ " verbose, export, json, json-pretty, json-sse, cat)\n"
+ " --plain Print unit dependencies as a list instead of a tree\n\n"
"Unit Commands:\n"
" list-units [PATTERN...] List loaded units\n"
" list-sockets [PATTERN...] List loaded sockets ordered by address\n"
More information about the systemd-commits
mailing list