We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad42a3e commit 47910f5Copy full SHA for 47910f5
1 file changed
explcheck-wrapper/src/explcheck_wrapper/explcheck_wrapper.py
@@ -90,7 +90,8 @@ def merge_configs(
90
91
parser = argparse.ArgumentParser(
92
description='explcheck wrapper',
93
- usage='$(prog)s [options] files...',
+ usage='%(prog)s [options] files...',
94
+ epilog='Unknown options and options after -- are all passed to explcheck.',
95
formatter_class=argparse.RawTextHelpFormatter,
96
)
97
0 commit comments