diff options
Diffstat (limited to 'src/shared/service-util.c')
-rw-r--r-- | src/shared/service-util.c | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/shared/service-util.c b/src/shared/service-util.c index b0585ba546..a415d54084 100644 --- a/src/shared/service-util.c +++ b/src/shared/service-util.c @@ -24,12 +24,14 @@ static int help(const char *program_path, const char *service, const char *descr " -h --help Show this help\n" " --version Show package version\n" " --bus-introspect=PATH Write D-Bus XML introspection data\n" - "\nSee the %s for details.\n" - , program_path - , ansi_highlight(), description, ansi_normal() - , ansi_underline(), ansi_normal() - , link - ); + "\nSee the %s for details.\n", + program_path, + ansi_highlight(), + description, + ansi_normal(), + ansi_underline(), + ansi_normal(), + link); return 0; /* No further action */ } |