Skip to content
This repository has been archived by the owner on Jul 17, 2019. It is now read-only.

Commit

Permalink
Fix program description
Browse files Browse the repository at this point in the history
  • Loading branch information
Vespian authored and Vespian committed Mar 9, 2014
1 parent 075252f commit 1f3971d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/certcheck
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ class ScriptLock(object):

def parse_command_line():
parser = argparse.ArgumentParser(
description='Simple certificate expiration check',
description='Certificate checking tool',
epilog="Author: vespian a t wp.pl",
add_help=True,)
parser.add_argument(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
version='0.3.0',
author=u'Vespian',
author_email='vespian a t wp.pl',
description='Simplified certificate check',
description='Certificate checking tool',
packages=['certcheck'],
scripts=['bin/certcheck'])

0 comments on commit 1f3971d

Please sign in to comment.