diff --git a/cmd_push.go b/cmd_push.go index b764761..e1ce24f 100644 --- a/cmd_push.go +++ b/cmd_push.go @@ -18,12 +18,12 @@ func (p *pushCmd) Name() string { } func (p *pushCmd) Synopsis() string { - return "Push the local dotfiles into the repository" + return "Push the repository dotfiles into the home directory." } func (p *pushCmd) Usage() string { return `push: - Push the repository dotfiles into the local directory. + Push the repository dotfiles into the home directory. ` }