Skip to content

Commit 3dcabb3

Browse files
committed
reverted unintended change
1 parent 552e54e commit 3dcabb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ def main(argv):
675675
# Cleanup exipred cache
676676
clean_cache_files()
677677
else:
678-
options.show_help(_)
678+
print(options.language('TEXT_COMMAND_USAGE'))
679679

680680
if __name__ == '__main__':
681681
main(sys.argv[1:])

0 commit comments

Comments
 (0)