Skip to content

Commit e90e779

Browse files
authored
fix: changed CLI name and description (#4916)
1 parent 6a3b89d commit e90e779

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/homepageExperience/containers/HomepageContainer.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,10 @@ export const HomepageContainer: FC = () => {
192192
<div className="tile-icon-text-wrapper">
193193
<div className="icon">{CLIIcon}</div>
194194
<div>
195-
<h4>CLI</h4>
195+
<h4>InfluxCLI</h4>
196196
<h6>
197-
Write and query data using the Command Line
198-
Interface
197+
Write and query data using the Influx Command Line
198+
Interface. Supports CSV and Line Protocol.
199199
</h6>
200200
</div>
201201
</div>

0 commit comments

Comments
 (0)