diff options
| author | Quey-Liang Kao <s101062801@m101.nthu.edu.tw> | 2017-08-06 12:06:43 +0800 |
|---|---|---|
| committer | Quey-Liang Kao <s101062801@m101.nthu.edu.tw> | 2017-08-06 12:06:43 +0800 |
| commit | 49ab75141a7799aa746765547bd74cb07b45bfee (patch) | |
| tree | d1e019bf08a6f04e3f1a2ed48cad931d39fed020 /todo.go | |
| parent | e4fc41d2ca95e5fad0eeb9bc40996e2687f78d06 (diff) | |
Adjust the usage messages
Diffstat (limited to 'todo.go')
| -rw-r--r-- | todo.go | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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) { |
