X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fsystemctl.c;h=35ca082ab480bfa3f20ead086ce789e1be55aa08;hb=5b6319dceedd81f3f1ce7eb70ea5defaef43bcec;hp=663cb833bc1e738aac61f1ac62974d30dd84dd47;hpb=04aa0cb9c46f0a5cd0cf5b4a4e378460423d2635;p=elogind.git diff --git a/src/systemctl.c b/src/systemctl.c index 663cb833b..35ca082ab 100644 --- a/src/systemctl.c +++ b/src/systemctl.c @@ -1322,7 +1322,7 @@ static int help(void) { " show-environment Dump environment\n" " set-environment [NAME=VALUE...] Set one or more environment variables\n" " unset-environment [NAME...] Unset one or more environment variables\n", - __progname); + program_invocation_short_name); return 0; }