From: Lennart Poettering Date: Thu, 21 Mar 2019 16:44:09 +0000 (+0100) Subject: systemctl: document argv[] array X-Git-Tag: v242~126^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3483460cb85eff904e290bd95a3c09409ae22f3a;p=platform%2Fupstream%2Fsystemd.git systemctl: document argv[] array --- diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index c411873..355e842 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, };