diff --git a/cmd/drivers.go b/cmd/drivers.go index fa84b3d..cf88776 100644 --- a/cmd/drivers.go +++ b/cmd/drivers.go @@ -11,8 +11,7 @@ var ( s3Cmd = &cobra.Command{ Use: "drivers", Short: "Work with remote drivers bucket", - Long: ` -Read only commands will use an S3 client with anonymous credentials. + Long: `Read only commands will use an S3 client with anonymous credentials. Write commands will need proper "AWS_ACCESS_KEY_ID" and "AWS_SECRET_ACCESS_KEY" environment variables set. `, } diff --git a/cmd/generate/generate_configs.go b/cmd/generate/generate_configs.go index bd379f4..4a5cdd7 100644 --- a/cmd/generate/generate_configs.go +++ b/cmd/generate/generate_configs.go @@ -11,8 +11,7 @@ func NewGenerateConfigsCmd() *cobra.Command { cmd := &cobra.Command{ Use: "generate", Short: "Generate new dbg configs", - Long: ` -In auto mode, configs will be generated starting from kernel-crawler output. + Long: `In auto mode, configs will be generated starting from kernel-crawler output. In this scenario, --target-{distro,kernelrelease,kernelversion} are available to filter to-be-generated configs. Regexes are allowed. Moreover, you can pass special value "load" as target-distro to make the tool automatically fetch latest distro kernel-crawler ran against. Instead, when auto mode is disabled, the tool is able to generate a single config (for each driver version).