Commit 82f17317 authored by Davis King's avatar Davis King

Added a missing period.

parent 7b9e4bf0
......@@ -126,7 +126,7 @@ int main(int argc, char** argv)
parser.add_option("rename", "Rename all labels of <arg1> to <arg2>.",2);
parser.add_option("v","Display version.");
parser.add_option("convert","Convert foreign image Annotations from <arg> format to the imglab format. "
"Supported formats: pascal-xml, pascal-v1, idl",1);
"Supported formats: pascal-xml, pascal-v1, idl.",1);
parser.parse(argc, argv);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment