Fix help message
This commit is contained in:
@@ -20,11 +20,11 @@ def main():
|
|||||||
' The format is closest to ZIP.\n' +
|
' The format is closest to ZIP.\n' +
|
||||||
'* szippdf: Generate a file valid as ZIP and PDF.' +
|
'* szippdf: Generate a file valid as ZIP and PDF.' +
|
||||||
' The format is strictly a ZIP.' +
|
' The format is strictly a ZIP.' +
|
||||||
' Archive is modified.'
|
' Archive is modified.\n' +
|
||||||
'* pdfraw: Generate a file strictly valid as a PDF ' +
|
'* pdfraw: Generate a file strictly valid as a PDF ' +
|
||||||
'with a custom first object content.')
|
'with a custom first object content.')
|
||||||
usage_str = '%(prog)s format [options] output-file'
|
usage_str = '%(prog)s format [options] output-file'
|
||||||
epilog_str = 'TruePolyglot v1.5'
|
epilog_str = 'TruePolyglot v1.5.1'
|
||||||
frm = argparse.RawTextHelpFormatter
|
frm = argparse.RawTextHelpFormatter
|
||||||
parser = argparse.ArgumentParser(description=description_str,
|
parser = argparse.ArgumentParser(description=description_str,
|
||||||
epilog=epilog_str,
|
epilog=epilog_str,
|
||||||
|
|||||||
Reference in New Issue
Block a user