Skip to content

Commit

Permalink
Merge pull request #887 from wakatime/docs/translating-category
Browse files Browse the repository at this point in the history
Add translating category to help output
  • Loading branch information
alanhamlett authored Jul 8, 2023
2 parents 849d5c5 + 03f0e77 commit db757df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func setFlags(cmd *cobra.Command, v *viper.Viper) {
"Category of this heartbeat activity. Can be \"coding\","+
" \"building\", \"indexing\", \"debugging\", \"running tests\","+
" \"writing tests\", \"manual testing\", \"code reviewing\","+
" \"browsing\", or \"designing\". Defaults to \"coding\".",
" \"browsing\", \"translating\", or \"designing\". Defaults to \"coding\".",
)
flags.String("config", "", "Optional config file. Defaults to '~/.wakatime.cfg'.")
flags.String("internal-config", "", "Optional internal config file. Defaults to '~/.wakatime/wakatime-internal.cfg'.")
Expand Down

0 comments on commit db757df

Please sign in to comment.