Skip to content

Commit 47910f5

Browse files
committed
fix usage, add epilog
1 parent ad42a3e commit 47910f5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

explcheck-wrapper/src/explcheck_wrapper/explcheck_wrapper.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ def merge_configs(
9090

9191
parser = argparse.ArgumentParser(
9292
description='explcheck wrapper',
93-
usage='$(prog)s [options] files...',
93+
usage='%(prog)s [options] files...',
94+
epilog='Unknown options and options after -- are all passed to explcheck.',
9495
formatter_class=argparse.RawTextHelpFormatter,
9596
)
9697

0 commit comments

Comments
 (0)