Skip to content

Commit

Permalink
chore: fixed a couple of strings.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP committed Sep 8, 2023
1 parent 3cb41e6 commit c75261b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions cmd/drivers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
`,
}
Expand Down
3 changes: 1 addition & 2 deletions cmd/generate/generate_configs.go
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit c75261b

Please sign in to comment.