Skip to content

Commit

Permalink
fix(push): Updating the description for the push cmd (#6)
Browse files Browse the repository at this point in the history
Updating the description for the push cmd
  • Loading branch information
Jacobbrewer1 authored Jan 15, 2025
1 parent 1b0c9ad commit c262582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd_push.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
`
}

Expand Down

0 comments on commit c262582

Please sign in to comment.