From: Yu Watanabe Date: Mon, 15 Jan 2018 14:44:23 +0000 (+0900) Subject: systemctl: comment that the verb 'check' is deprecated X-Git-Tag: v237~101^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e7e587d327d459c089920a1826bdd2102ea45dd;p=thirdparty%2Fsystemd.git systemctl: comment that the verb 'check' is deprecated --- diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 906eb1879ac..e44241fd3aa 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -8409,7 +8409,7 @@ static int systemctl_main(int argc, char *argv[]) { { "isolate", 2, 2, VERB_ONLINE_ONLY, start_unit }, { "kill", 2, VERB_ANY, VERB_ONLINE_ONLY, kill_unit }, { "is-active", 2, VERB_ANY, VERB_ONLINE_ONLY, check_unit_active }, - { "check", 2, VERB_ANY, VERB_ONLINE_ONLY, check_unit_active }, + { "check", 2, VERB_ANY, VERB_ONLINE_ONLY, check_unit_active }, /* deprecated alias of is-active */ { "is-failed", 2, VERB_ANY, VERB_ONLINE_ONLY, check_unit_failed }, { "show", VERB_ANY, VERB_ANY, VERB_ONLINE_ONLY, show }, { "cat", 2, VERB_ANY, VERB_ONLINE_ONLY, cat },