Hello everybody,

check for pskctool -h output fails for me. The attached patch fixes that for
me.
-- 
main(a){char*c=/*    Schoene Gruesse                         */"B?IJj;MEH"
"CX:;",b;for(a/*    Chris           get my mail address:    */=0;b=c[a++];)
putchar(b-1/(/*               gcc -o sig sig.c && ./sig    */b/42*2-3)*42);}
diff --git a/libpskc/examples/pskctool-h.txt b/libpskc/examples/pskctool-h.txt
index bef840c..9fa0888 100644
--- a/libpskc/examples/pskctool-h.txt
+++ b/libpskc/examples/pskctool-h.txt
@@ -2,7 +2,7 @@ Manipulate Portable Symmetric Key Container (PSKC) data.
 
 Usage: pskctool [OPTIONS]... [FILE]...
 
-This tool allows you to parse, print, validate, sign and verify PSKC data.  The 
+This tool allows you to parse, print, validate, sign and verify PSKC data.  The
 input is provided in FILE or on standard input.
 
   -h, --help             Print help and exit
@@ -15,7 +15,7 @@ input is provided in FILE or on standard input.
 Selecting one of the following modes is required:
 
  Mode: info
-  -i, --info             Parse and print human readable summary of PSKC input  
+  -i, --info             Parse and print human readable summary of PSKC input
                            (default=off)
 
  Mode: validate

Reply via email to