Skip to content

Commit

Permalink
Update root.go
Browse files Browse the repository at this point in the history
  • Loading branch information
soumeh01 authored Jan 18, 2024
1 parent cdda716 commit 5d49dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cbuild2cmake/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func preConfiguration(cmd *cobra.Command, args []string) error {

func NewRootCmd() *cobra.Command {
rootCmd := &cobra.Command{
Use: "cbuild2cmake [command] <name>.csolution.yml [options]",
Use: "cbuild2cmake [command] <name>.cbuild-idx.yml [options]",
Short: "cbuild2cmake: Generate CMakeLists " + Version + CopyrightNotice,
SilenceUsage: true,
SilenceErrors: true,
Expand Down

0 comments on commit 5d49dde

Please sign in to comment.