diff options
Diffstat (limited to 'src/oom/oomd.c')
-rw-r--r-- | src/oom/oomd.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/oom/oomd.c b/src/oom/oomd.c index 1fbcf41492..3f3ef944ee 100644 --- a/src/oom/oomd.c +++ b/src/oom/oomd.c @@ -53,10 +53,9 @@ static int help(void) { " --version Show package version\n" " --dry-run Only print destructive actions instead of doing them\n" " --bus-introspect=PATH Write D-Bus XML introspection data\n" - "\nSee the %s for details.\n" - , program_invocation_short_name - , link - ); + "\nSee the %s for details.\n", + program_invocation_short_name, + link); return 0; } |