Skip to content

Commit

Permalink
Update cli-description (#196208)
Browse files Browse the repository at this point in the history
Updates the `cli` description text to reflect license change from
#192025.
  • Loading branch information
TinaHeiligers authored Oct 15, 2024
1 parent b4c3ab5 commit da63469
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cli/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ const program = new Command('bin/kibana');
program
.version(pkg.version)
.description(
'Kibana is an open and free, browser ' +
'based analytics and search dashboard for Elasticsearch.'
'Kibana is an open source, browser based analytics and search dashboard for Elasticsearch.'
);

// attach commands
Expand Down

0 comments on commit da63469

Please sign in to comment.