diff options
Diffstat (limited to 'deal-converter.py')
-rw-r--r-- | deal-converter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deal-converter.py b/deal-converter.py index 122053a..352e7e0 100644 --- a/deal-converter.py +++ b/deal-converter.py @@ -9,7 +9,7 @@ from dealconvert import DealConverter parser = argparse.ArgumentParser( description='Universal converter for bridge deal formats', formatter_class=argparse.RawTextHelpFormatter, - epilog='Supported formats: BER BHG BRI CDS CSV DGE DLM DUP PBN RZD.\n' + \ + epilog='Supported formats: BER BHG BRI CDS CSV DGE DLM DUP LIN PBN RZD.\n' + \ 'Formats are auto-detected based on file extension.\n' + \ 'To display deals on STDOUT, provide "-" as an output file name.\n' + \ 'To print deals to HTML file, use *.html output file.\n' + \ |