summaryrefslogtreecommitdiff
path: root/Command/Merge.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Merge.hs')
-rw-r--r--Command/Merge.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Merge.hs b/Command/Merge.hs
index 04328e8c5..faaef906b 100644
--- a/Command/Merge.hs
+++ b/Command/Merge.hs
@@ -13,7 +13,7 @@ import Messages
command :: [Command]
command = [repoCommand "merge" paramNothing seek
- "auto-merges remote changes into the git-annex branch"]
+ "auto-merge remote changes into git-annex branch"]
seek :: [CommandSeek]
seek = [withNothing start]