From 0d2c7485cb9475208eca60204ab3c45e4d7b0f18 Mon Sep 17 00:00:00 2001 From: Evan Purkhiser Date: Sun, 15 Jul 2018 19:40:30 -0700 Subject: [PATCH] Fix diff short description --- cmd/dots/diff.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/dots/diff.go b/cmd/dots/diff.go index fc302af..64c32f0 100644 --- a/cmd/dots/diff.go +++ b/cmd/dots/diff.go @@ -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{}