summaryrefslogtreecommitdiff
path: root/src/systemctl/systemctl.c
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@users.noreply.github.com>2017-02-21 15:04:02 +0100
committerGitHub <noreply@github.com>2017-02-21 15:04:02 +0100
commitd0c7baa871b88ce4fcdf72fc8f652c073695a097 (patch)
treeeb540fff5a756c6cfda95b419b52db75108bc0a8 /src/systemctl/systemctl.c
parenta4dde27d73c1d8219c0cc6390ef8b6e15b347edb (diff)
parente7034ee0ad33768551bfb946ca093ff686628df1 (diff)
Merge pull request #5406 from poettering/v233-prep
V233 preparation
Diffstat (limited to 'src/systemctl/systemctl.c')
-rw-r--r--src/systemctl/systemctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c
index c2af46d4ee..157a46865f 100644
--- a/src/systemctl/systemctl.c
+++ b/src/systemctl/systemctl.c
@@ -7330,7 +7330,7 @@ static int systemctl_parse_argv(int argc, char *argv[]) {
case 't': {
if (isempty(optarg)) {
- log_error("--type requires arguments.");
+ log_error("--type= requires arguments.");
return -EINVAL;
}
@@ -7570,7 +7570,7 @@ static int systemctl_parse_argv(int argc, char *argv[]) {
case ARG_STATE: {
if (isempty(optarg)) {
- log_error("--state requires arguments.");
+ log_error("--state= requires arguments.");
return -EINVAL;
}