fixed usage

This commit is contained in:
Vadim Kurland
2008-07-03 23:46:21 +00:00
parent 9ba4bbebb2
commit e48488f0c7
+2 -1
View File
@@ -328,7 +328,8 @@ char* strndup(const char* s,int n)
void usage()
{
cerr << "Usage: fwbuilder [-?hv] [filename]\n";
cerr << "Usage: fwbuilder [-hv] [-p object_name] [-o file_name] [ [-f] filename]\n";
cerr << endl;
}