summaryrefslogtreecommitdiff
path: root/doMerge.go
diff options
context:
space:
mode:
Diffstat (limited to 'doMerge.go')
-rw-r--r--doMerge.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doMerge.go b/doMerge.go
index 49e09a7..9c3261c 100644
--- a/doMerge.go
+++ b/doMerge.go
@@ -58,7 +58,7 @@ func doMerge() (string, error) {
}
found := findWorkRepos()
if found.Len() == 0 {
- return "There does't seem to be anything to merge. Show your repos with --show", nil
+ return "There does't seem to be anything to merge. Show your repos with 'show'", nil
}
found.SortNamespace()
footer := me.forge.PrintDefaultTB(found)