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{
|
||||
Use: "list",
|
||||
Short: "List activity",
|
||||
Long: "List all tracked activity.",
|
||||
Short: "List activities",
|
||||
Long: "List all tracked activities.",
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
user := GetCurrentUser()
|
||||
|
||||
|
|
Loading…
Reference in a new issue