missing help message
authorLaurent Mazet <laurent.mazet@thalesgroup.com>
Tue, 27 Jun 2023 13:04:02 +0000 (15:04 +0200)
committerLaurent Mazet <laurent.mazet@thalesgroup.com>
Tue, 27 Jun 2023 13:04:02 +0000 (15:04 +0200)
compress.c

index 916d8f8eac4bf297baaa8df598c78bffa4a2d6f7..d8842b472c3c56df515105f6070e398e9aac1690 100644 (file)
@@ -33,6 +33,8 @@ int usage (int ret)
 {
     int fd = ret ? stdfderr : stdfdout;
     fdprintf (fd, "usage: %s\n", progname);
+    fdprintf (fd, " -c : mode compress\n");
+    fdprintf (fd, " -d : mode decompress\n");
     fdprintf (fd, " -h : help message\n");
     fdprintf (fd, " -i <file>: input file\n");
     fdprintf (fd, " -o <file>: output file\n");