Skip to content

Commit 53e7d36

Browse files
committed
fix typo
1 parent 204b8b4 commit 53e7d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

show-duplicate-java-classes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def print_class_paths(class_paths):
6767
if __name__ == '__main__':
6868
optionParser = OptionParser('usage: %prog '
6969
'[-c class-dir1 [-c class-dir2] ...] '
70-
'[lib-dir1|jar-file [lib-dir2|jar=file] ...]')
70+
'[lib-dir1|jar-file1 [lib-dir2|jar-file2] ...]')
7171
optionParser.add_option("-c", "--class-dir", dest="class_dirs", default=[], action="append", help="add class dir")
7272
options, libs = optionParser.parse_args()
7373

0 commit comments

Comments
 (0)