summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pipac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pipac.c b/pipac.c
index f51f13e..a93e77f 100644
--- a/pipac.c
+++ b/pipac.c
@@ -224,7 +224,7 @@ lexer_next_token(lexer_t *lexer, token_t *token)
void
print_usage()
{
- fputs("pipac <filename.pipa>", stderr);
+ fputs("pipac <filename.pipa>\n", stderr);
}
int