diff options
Diffstat (limited to 'src/runcon.c')
-rw-r--r-- | src/runcon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runcon.c b/src/runcon.c index efe83f28c..e5cf8c7ad 100644 --- a/src/runcon.c +++ b/src/runcon.c @@ -102,7 +102,7 @@ With neither CONTEXT nor COMMAND, print the current security context.\n\ "), stdout); fputs (HELP_OPTION_DESCRIPTION, stdout); fputs (VERSION_OPTION_DESCRIPTION, stdout); - emit_ancillary_info (); + emit_ancillary_info (PROGRAM_NAME); } exit (status); } |