diff options
Diffstat (limited to 'defaultBehavior.go')
| -rw-r--r-- | defaultBehavior.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/defaultBehavior.go b/defaultBehavior.go index 0558493..360c11d 100644 --- a/defaultBehavior.go +++ b/defaultBehavior.go @@ -21,7 +21,7 @@ func doDefaultBehavior() (string, error) { } found.SortNamespace() footer := me.forge.PrintDefaultTB(found) - return "repos with patches or unsaved changes: " + footer, nil + return "repos with unsaved changes: (list them all with --show) " + footer, nil } if me.forge.Config.Mode == forgepb.ForgeMode_MASTER { |
