Fixed wording
This commit is contained in:
parent
ffaa609fdf
commit
968f3beee3
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ import (
|
||||||
|
|
||||||
var listCmd = &cobra.Command{
|
var listCmd = &cobra.Command{
|
||||||
Use: "list",
|
Use: "list",
|
||||||
Short: "List activity",
|
Short: "List activities",
|
||||||
Long: "List all tracked activity.",
|
Long: "List all tracked activities.",
|
||||||
Run: func(cmd *cobra.Command, args []string) {
|
Run: func(cmd *cobra.Command, args []string) {
|
||||||
user := GetCurrentUser()
|
user := GetCurrentUser()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue