aboutsummaryrefslogtreecommitdiffstats
path: root/src/firemon/usage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firemon/usage.c')
-rw-r--r--src/firemon/usage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firemon/usage.c b/src/firemon/usage.c
index 169ec9163..1cb1b7cfc 100644
--- a/src/firemon/usage.c
+++ b/src/firemon/usage.c
@@ -79,6 +79,6 @@ static char *help_str =
79 "\n"; 79 "\n";
80 80
81void usage(void) { 81void usage(void) {
82 printf("firemon - version %s\n", VERSION); 82 printf("firemon version %s\n", VERSION);
83 puts(help_str); 83 puts(help_str);
84} 84}