We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb94a30 commit e74f5edCopy full SHA for e74f5ed
cli/dotfiles.go
@@ -24,7 +24,7 @@ func dotfiles() *cobra.Command {
24
cmd := &cobra.Command{
25
Use: "dotfiles [git_repo_url]",
26
Args: cobra.ExactArgs(1),
27
- Short: "Checkout and install a dotfiles repository.",
+ Short: "Check out and install a dotfiles repository.",
28
Example: "coder dotfiles [-y] git@github.com:example/dotfiles.git",
29
RunE: func(cmd *cobra.Command, args []string) error {
30
var (
0 commit comments