summaryrefslogtreecommitdiff
path: root/Command/Commit.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Commit.hs')
-rw-r--r--Command/Commit.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Commit.hs b/Command/Commit.hs
index 165906139..6f3f9df28 100644
--- a/Command/Commit.hs
+++ b/Command/Commit.hs
@@ -14,7 +14,7 @@ import qualified Git
def :: [Command]
def = [command "commit" paramNothing seek
- "commits any staged changes to the git-annex branch"]
+ SectionPlumbing "commits any staged changes to the git-annex branch"]
seek :: [CommandSeek]
seek = [withNothing start]