diff options
| author | Jeff Carr <[email protected]> | 2025-10-12 00:18:37 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-12 00:18:37 -0500 |
| commit | 93388abe25a0b333ea44e58f4a9d61a5fe82f844 (patch) | |
| tree | e5201c1b85ceaaec8fc10c3108e8276e6057b38a /defaultBehavior.go | |
| parent | bb87443f4319e919b83b350292eb8ca3008e58c9 (diff) | |
okay
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 { |
