Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
nao1215 committed Nov 19, 2021
1 parent 0442487 commit 89f8b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/applets/fileutils/cp/cp.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ type options struct {
Force bool `short:"f" long:"force" description:"If file exists, forcibly overwrite it"`
Interactive bool `short:"i" long:"interactive" description:"Ask every time if you want to remove"`
Recursive bool `short:"r" long:"recursive" description:"Recursively copy directories"`
Version bool `short:"v" long:"version" description:"Show mkdir command version"`
Version bool `short:"v" long:"version" description:"Show cp command version"`
}

func Run() (int, error) {
Expand Down

0 comments on commit 89f8b05

Please sign in to comment.