commit 2e7124bca1f5b792fb9705a7bbdf1a929594d899
parent 6c0747cc0928396c01848976321c7f62589ade33
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 7 May 2020 16:50:27 +0200
Add a missing point to the short help synopsis
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/htpp.c b/src/htpp.c
@@ -117,7 +117,7 @@ print_help(const char* cmd)
"Usage: %s [options] [image]\n"
"Post process a htrdr-image(5) and convert the result in a regular PPM\n"
"image. If no image name is defined, read the image data from\n"
-"standard input\n",
+"standard input.\n",
cmd);
printf("\n");
printf(