From c262582021e9cff4d5af908b379eb75c1334517c Mon Sep 17 00:00:00 2001 From: Jacob Brewer <Jacob.brewer@bthree.uk> Date: Wed, 15 Jan 2025 09:25:46 +0000 Subject: [PATCH] fix(push): Updating the description for the push cmd (#6) Updating the description for the push cmd --- cmd_push.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. ` }