Skip to content
Snippets Groups Projects
Commit a89cd013 authored by Sébastien Helleu's avatar Sébastien Helleu
Browse files

Change program description

parent 16837a46
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -19,7 +19,7 @@
#
 
"""
Perform various checks on gettext files.
Gettext file checker.
"""
 
from . import msgcheck
Loading
Loading
Loading
Loading
@@ -52,7 +52,7 @@ def msgcheck_parser():
parser = argparse.ArgumentParser(
formatter_class=argparse.RawDescriptionHelpFormatter,
fromfile_prefix_chars='@',
description='Perform various checks on gettext files.',
description='Gettext file checker.',
epilog='''
Environment variable "MSGCHECK_OPTIONS" can be set with default options.
Argument "@file.txt" can be used to read default options in a file.
Loading
Loading
Loading
Loading
@@ -21,7 +21,7 @@
from setuptools import setup
from msgcheck.msgcheck import msgcheck_version
 
DESCRIPTION = 'Perform various checks on gettext files.'
DESCRIPTION = 'Gettext file checker.'
LONG_DESCRIPTION = """
MsgCheck performs various checks on gettext files:
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment