summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 9cdbf2e896..e5bdf849be 100644
--- a/src/main.c
+++ b/src/main.c
@@ -504,7 +504,7 @@ static int help(void) {
" --dump-configuration-items Dump understood unit configuration items\n"
" --confirm-spawn Ask for confirmation when spawning processes\n"
" --introspect[=INTERFACE] Extract D-Bus interface data\n",
- __progname);
+ program_invocation_short_name);
return 0;
}