chiark / gitweb /
service: optionally call into PAM when dropping priviliges
[elogind.git] / src / systemctl.c
index 663cb833bc1e738aac61f1ac62974d30dd84dd47..35ca082ab480bfa3f20ead086ce789e1be55aa08 100644 (file)
@@ -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;
 }