Skip to content

Commit

Permalink
Update cli-description
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaHeiligers committed Oct 14, 2024
1 parent 674027d commit e1ddbed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ 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 (Elastic License 2.0 / AGPL 3.0 / SSPL 1.0),' +
' browser based analytics and search dashboard for Elasticsearch.'
);

// attach commands
Expand Down

0 comments on commit e1ddbed

Please sign in to comment.