aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pomu/cli.py')
-rw-r--r--pomu/cli.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pomu/cli.py b/pomu/cli.py
index 7ccad76..13a9738 100644
--- a/pomu/cli.py
+++ b/pomu/cli.py
@@ -95,6 +95,7 @@ def patch(package):
@main.command()
@click.option('--single', is_flag=True, required=False, default=False)
def commit(single):
+ """Commit user changes"""
repo = pomu_active_repo()
change_map = process_changes(repo, single).expect()