Add "usage" for expert option

svn path=/trunk/; revision=50864
This commit is contained in:
Michael Mann 2013-07-24 15:44:49 +00:00
parent 18155bd148
commit 4795803614
1 changed files with 4 additions and 0 deletions

View File

@ -149,6 +149,10 @@ sub usage {
print " copy/pasted into the dissector where appropriate\n";
print " find-all - Output the number of eligible proto_tree_add_text calls\n";
print " for conversion\n\n";
print " --expert (Optional) Includes proto_tree_add_text calls with no printf arguments in\n";
print " the .proto_tree_input file as they could be converted to expert info\n"
print " (otherwise they are ignored)\n";
print " Must be called for 'fix-all' if called on 'generate'\n";
print " --encoding (Optional) Default encoding if one can't be determined\n";
print " (effective only for generate)\n";
print " If not specified, an encoding will not be auto-populated\n";