diff options
| author | Grant Ammons <gammons@gmail.com> | 2017-08-12 07:15:07 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-12 07:15:07 -0400 |
| commit | 9f62f82025e4dd7fa3a0dfc50bb94704209e608c (patch) | |
| tree | da395a4965472c0a456e35438a87939d9b8799f9 | |
| parent | ddcad483c6080c2fbbe0ae8f81ef6a279d6a8f69 (diff) | |
| parent | 49ab75141a7799aa746765547bd74cb07b45bfee (diff) | |
Merge pull request #84 from NonerKao/adjust_mesg
Adjust the usage messages
| -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) { |
