summaryrefslogtreecommitdiff
path: root/src/systemctl
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-04-18 02:10:44 +0200
committerLennart Poettering <lennart@poettering.net>2013-04-18 02:10:44 +0200
commita5e4972c8956cecf35fa4780e1cfe7c378bfcba1 (patch)
tree10b027ddde6edb922045e254356ff482b8305d27 /src/systemctl
parentb7253ecda576028f52884d61d3b9e220ea3c1d81 (diff)
systemctl: drop usage of "internally loaded modules"
I wouldn't know what "internally" is supposed to mean hear, and we use this terminology in this context nowhere else, so let's drop this.
Diffstat (limited to 'src/systemctl')
-rw-r--r--src/systemctl/systemctl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c
index 29f12fcb8d..13b6ab0201 100644
--- a/src/systemctl/systemctl.c
+++ b/src/systemctl/systemctl.c
@@ -4477,9 +4477,9 @@ static int systemctl_help(void) {
" --version Show package version\n"
" -t --type=TYPE List only units of a particular type\n"
" -p --property=NAME Show only properties by this name\n"
- " -a --all Show all internally loaded units/properties,\n"
- " including dead/empty ones. To list all units installed\n"
- " on disk, use the command 'list-unit-files' instead.\n"
+ " -a --all Show all loaded units/properties, including dead/empty\n"
+ " ones. To list all units installed on the system, use\n"
+ " the 'list-unit-files' command instead.\n"
" --failed Show only failed units\n"
" --full Don't ellipsize unit names on output\n"
" --fail When queueing a new job, fail if conflicting jobs are\n"