File: usage-syntax

package info (click to toggle)
ciso 1.0.2-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 128 kB
  • sloc: ansic: 661; makefile: 35
file content (18 lines) | stat: -rw-r--r-- 640 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Typo fix
 Fix a typo in the usage syntax help info.
Author: Gürkan Myczko <tar@debian.org>
Bug-Debian: https://bugs.debian.org/1028055
Last-Update: 2023-03-10
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- ciso-1.0.0.orig/ciso.c
+++ ciso-1.0.0/ciso.c
@@ -407,7 +407,7 @@ int main(int argc, char *argv[])
 	if (argc != 4)
 	{
 		printf("Usage: ciso level infile outfile\n");
-		printf("  level: 1-9 compress ISO to CSO (1=fast/large - 9=small/slow\n");
+		printf("  level: 1-9 compress ISO to CSO (1=fast/large - 9=small/slow)\n");
 		printf("         0   decompress CSO to ISO\n");
 		return 0;
 	}