From: Lennart Poettering Date: Thu, 21 Mar 2019 16:44:09 +0000 (+0100) Subject: systemctl: document argv[] array X-Git-Tag: v242-rc1~81^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3483460cb85eff904e290bd95a3c09409ae22f3a;p=thirdparty%2Fsystemd.git systemctl: document argv[] array --- diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index c411873c8bd..355e8421f50 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -6350,9 +6350,9 @@ static int enable_sysv_units(const char *verb, char **args) { const char *argv[] = { ROOTLIBEXECDIR "/systemd-sysv-install", - NULL, - NULL, - NULL, + NULL, /* --root= */ + NULL, /* verb */ + NULL, /* service */ NULL, };