summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fracture/__main__.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/fracture/__main__.py b/fracture/__main__.py
index 649e561..5650f91 100644
--- a/fracture/__main__.py
+++ b/fracture/__main__.py
@@ -183,13 +183,14 @@ if __name__ == "__main__":
help="sub-command help")
# New Invoice
- new_parser = subparsers.add_parser("new", aliases=["n"], help="a help")
+ new_parser = subparsers.add_parser("new", aliases=["n"],
+ help="Add new invoice")
new_parser.set_defaults(func=new_invoice)
# Configure fracture
configure_parser = subparsers.add_parser("configure",
aliases=["c","conf","config"],
- help="b help")
+ help="Configure fracture")
configure_parser.set_defaults(func=edit_config)
# Summary