diff options
| author | Yao Wei <mwei@lxde.org> | 2017-01-27 08:27:51 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-27 08:27:51 +0800 |
| commit | 742730165c9db20e1d16c32fa42a692c124e5fdc (patch) | |
| tree | 6e2fe94fbf121811f75b43df22ec88edb06b6404 | |
| parent | 31c00e06f66855637cb10987e749c5aa407856a5 (diff) | |
more explicit message on "todo ac"
| -rw-r--r-- | todolist/app.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/todolist/app.go b/todolist/app.go index dcce3ba..f223a0a 100644 --- a/todolist/app.go +++ b/todolist/app.go @@ -110,7 +110,7 @@ func (a *App) ArchiveCompleted() { } } a.Save() - fmt.Println("All completed todos archived.") + fmt.Println("All completed todos have been archived.") } func (a *App) ListTodos(input string) { |
