From 9daff10c7cf0cf1b983fca4a90065611ad0d3bf9 Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Thu, 30 Mar 2017 23:50:21 -0500 Subject: [PATCH] add newline to zpm-stat usage message --- zpm-stat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zpm-stat.c b/zpm-stat.c index 47e356d..7f94713 100644 --- a/zpm-stat.c +++ b/zpm-stat.c @@ -162,7 +162,7 @@ int main(int ac, char *av[]) { } } if (errflg) { - fprintf(stderr, "zpm-stat [-f ] [-t ]"); + fprintf(stderr, "zpm-stat [-f ] [-t ]\n"); exit(2); } for ( ; optind < ac; optind++) { -- 2.40.0