Skip to content

Commit d42dcea

Browse files
add program description
1 parent e541806 commit d42dcea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webstruct/annotation_converter.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66

77

88
def main():
9-
cmdline = argparse.ArgumentParser()
9+
cmdline = argparse.ArgumentParser(description=('utility to convert annotations'
10+
'from GATE format to WebAnnotator format'))
1011
cmdline.add_argument('--input',
1112
help='path to source annotated file',
1213
type=str,

0 commit comments

Comments
 (0)