diff --git a/internal/qr_code.go b/internal/qr_code.go index ccd130df..0d78366a 100644 --- a/internal/qr_code.go +++ b/internal/qr_code.go @@ -8,8 +8,8 @@ func getQRCodeCmd() *cobra.Command { cmd := cobra.Command{ Use: "qr", - Short: "Display QR code", - Long: "Display QR code", + Short: "Display QR code of oasdiff repo", + Long: "Display QR code of the URL of the oasdiff repository", Args: cobra.NoArgs, ValidArgsFunction: cobra.NoFileCompletions, // see https://github.com/spf13/cobra/issues/1969 RunE: func(cmd *cobra.Command, args []string) error {