You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by sc...@apache.org on 2012/06/27 20:40:58 UTC

svn commit: r1354660 - /santuario/xml-security-cpp/trunk/xsec/tools/siginf/siginf.cpp

Author: scantor
Date: Wed Jun 27 18:40:57 2012
New Revision: 1354660

URL: http://svn.apache.org/viewvc?rev=1354660&view=rev
Log:
Fix command line help.

Modified:
    santuario/xml-security-cpp/trunk/xsec/tools/siginf/siginf.cpp

Modified: santuario/xml-security-cpp/trunk/xsec/tools/siginf/siginf.cpp
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xsec/tools/siginf/siginf.cpp?rev=1354660&r1=1354659&r2=1354660&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xsec/tools/siginf/siginf.cpp (original)
+++ santuario/xml-security-cpp/trunk/xsec/tools/siginf/siginf.cpp Wed Jun 27 18:40:57 2012
@@ -376,7 +376,7 @@ void outputSignatureInfo(DSIGSignature *
 
 void printUsage(void) {
 
-	cerr << "\nUsage: siging [options] <input file name>\n\n";
+	cerr << "\nUsage: siginf [options] <input file name>\n\n";
 	cerr << "     Where options are :\n\n";
 	cerr << "     --skiprefs/-s\n";
 	cerr << "         Skip information on references - output main sig info only\n\n";