From 49ab75141a7799aa746765547bd74cb07b45bfee Mon Sep 17 00:00:00 2001 From: Quey-Liang Kao Date: Sun, 6 Aug 2017 12:06:43 +0800 Subject: Adjust the usage messages --- todo.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/todo.go b/todo.go index c099fc7..1eea73c 100644 --- a/todo.go +++ b/todo.go @@ -121,12 +121,13 @@ func usage() { blueBold.Println("\nDeleting") yellow.Println("\ttodo d 33") fmt.Println("\tDeletes a todo with id 33\n") - fmt.Println("Todolist was lovingly crafted by Grant Ammons (https://twitter.com/gammons).") - fmt.Println("For full documentation, please visit http://todolist.site") blueBold.Println("\nGarbage Collection") yellow.Println("\ttodo gc") fmt.Println("\tDeletes all archived todos.\n") + + fmt.Println("Todolist was lovingly crafted by Grant Ammons (https://twitter.com/gammons).") + fmt.Println("For full documentation, please visit http://todolist.site") } func routeInput(command string, input string) { -- cgit v1.3