Skip to content

Commit 53dfd0d

Browse files
committed
update codes.
1 parent 3a65cf9 commit 53dfd0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/hash.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import (
1919
// hashCmd represents the hash command
2020
var hashCmd = &cobra.Command{
2121
Use: "hash [md5|sha1|sha256|sha512] path path2 ...",
22-
Short: "Calculate file hash hex value",
23-
Long: `Calculate file hash hex value`,
22+
Short: "Calculate file hash hex string",
23+
Long: `Calculate file hash hex string`,
2424
Args: cobra.MinimumNArgs(2),
2525
Run: func(cmd *cobra.Command, args []string) {
2626
t := strings.ToLower(args[0])

0 commit comments

Comments
 (0)