Skip to content

Commit 505ad36

Browse files
authored
Fix spelling mistake in metrics.go (#3618)
1 parent 627eb35 commit 505ad36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/crowdsec-cli/climetrics/metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func (cli *cliMetrics) NewCommand() *cobra.Command {
2828
Use: "metrics",
2929
Short: "Display crowdsec prometheus metrics.",
3030
Long: `Fetch metrics from a Local API server and display them`,
31-
Example: `# Show all Metrics, skip empty tables (same as "cecli metrics show")
31+
Example: `# Show all Metrics, skip empty tables (same as "cscli metrics show")
3232
cscli metrics
3333
3434
# Show only some metrics, connect to a different url

0 commit comments

Comments
 (0)