diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2016-07-25 15:47:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-25 15:47:24 +0200 |
commit | e9baf6963af30f293d05079222e2881b0989ed1a (patch) | |
tree | 3880d0b6df16c5fbec3916e96764e5e7f56b50e8 /src | |
parent | 98df8089bea1b2407c46495b6c2eb76dda46c658 (diff) | |
parent | 0f1da52b5e4812db22a54920361be8aeba2b7ba4 (diff) |
Merge pull request #3796 from poettering/mailmap
documentation, NEWS and mailmap fixes
Diffstat (limited to 'src')
-rw-r--r-- | src/systemctl/systemctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 5298fcfb9c..bfd770e4df 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -6533,7 +6533,7 @@ static void systemctl_help(void) { " unit is required or wanted\n\n" "Unit File Commands:\n" " list-unit-files [PATTERN...] List installed unit files\n" - " enable NAME... Enable one or more unit files\n" + " enable [NAME...|PATH...] Enable one or more unit files\n" " disable NAME... Disable one or more unit files\n" " reenable NAME... Reenable one or more unit files\n" " preset NAME... Enable/disable one or more unit files\n" |