We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a65cf9 commit 53dfd0dCopy full SHA for 53dfd0d
cmd/hash.go
@@ -19,8 +19,8 @@ import (
19
// hashCmd represents the hash command
20
var hashCmd = &cobra.Command{
21
Use: "hash [md5|sha1|sha256|sha512] path path2 ...",
22
- Short: "Calculate file hash hex value",
23
- Long: `Calculate file hash hex value`,
+ Short: "Calculate file hash hex string",
+ Long: `Calculate file hash hex string`,
24
Args: cobra.MinimumNArgs(2),
25
Run: func(cmd *cobra.Command, args []string) {
26
t := strings.ToLower(args[0])
0 commit comments