Skip to content

Commit

Permalink
Changed option description
Browse files Browse the repository at this point in the history
  • Loading branch information
soumeh01 committed Oct 4, 2024
1 parent 038abb6 commit 7f74feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cbuild/commands/setup/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,5 @@ func init() {
SetUpCmd.Flags().StringP("log", "", "", "Save output messages in a log file")
SetUpCmd.Flags().StringP("toolchain", "", "", "Input toolchain to be used")
SetUpCmd.Flags().BoolP("cbuildgen", "", false, "Generate legacy *.cprj files and use cbuildgen backend")
SetUpCmd.Flags().BoolP("no-database", "", false, "Do not generate compilation database")
SetUpCmd.Flags().BoolP("no-database", "", false, "Skip the generation of compile_commands.json files")
}

0 comments on commit 7f74feb

Please sign in to comment.