commit b48b887ca87fd4f813d96daf2b14ea467e20e900
parent fada8bfffada5f8081e6184b0c358b7e3049fe58
Author: Daniel Moch <daniel@danielmoch.com>
Date: Fri, 14 Sep 2018 17:26:44 -0400
Minor fix for --help
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hookmeup/__init__.py b/hookmeup/__init__.py
@@ -20,7 +20,7 @@ def main():
subparsers = parser.add_subparsers(
title='subcommands',
description='Valid %(prog)s subcommands. See more \
- information on a subcommand by typing hookmeup \
+ information on a subcommand by typing %(prog)s \
{subcommand} {-h,--help}'
)
install_parser = subparsers.add_parser(