Fixed wording

This commit is contained in:
マリウス 2020-10-16 01:08:49 +01:00
parent ffaa609fdf
commit 968f3beee3
No known key found for this signature in database
GPG key ID: C228EF0A530AF06F

View file

@ -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()