Skip to content

Commit

Permalink
A little bit better help.
Browse files Browse the repository at this point in the history
  • Loading branch information
KacperPerschke committed Jan 3, 2024
1 parent bb75e13 commit d181d6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/decode.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

var decodeCmd = &cobra.Command{
Use: "decode",
Use: "decode [flags] IMAGE_USED_AS_TRANSPORT",
Short: "Your friendly decoder",
Long: "Decodes the contents of the given image as described in the Readme.\nThe name of a file to be decoded is given as an argument to the call.",
PreRunE: func(cmd *cobra.Command, args []string) error {
Expand Down
2 changes: 1 addition & 1 deletion cmd/encode.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

var encodeCmd = &cobra.Command{
Use: "encode",
Use: "encode [flags] FILE_TO_BE_ENCODED",
Short: "Your friendly encoder",
Long: "Encodes the contents of the given file as described in the Readme.\nThe name of a file to be encoded is given as an argument to the call.",
PreRunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit d181d6e

Please sign in to comment.