Skip to content

Commit

Permalink
Fix diff short description
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Jul 16, 2018
1 parent 8e6883a commit 0d2c748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dots/diff.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

var diffCmd = cobra.Command{
Use: "diff [git-diff options] [filter...]",
Short: "Manage configuration of profiles and groups",
Short: "Compare the currently installed dotfiles to their sources",
RunE: func(cmd *cobra.Command, args []string) error {
files := []string{}
flags := []string{}
Expand Down

0 comments on commit 0d2c748

Please sign in to comment.