Skip to content

Commit b662e8d

Browse files
committed
fix(docs) remove superfluous format placeholder
1 parent d28e544 commit b662e8d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/stackit_observability_grafana_describe.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Shows details of the Grafana configuration of an Observability instance
66

77
Shows details of the Grafana configuration of an Observability instance.
88
The Grafana dashboard URL and initial credentials (admin user and password) will be shown in the "pretty" output format. These credentials are only valid for first login. Please change the password after first login. After changing, the initial password is no longer valid.
9-
%!s(MISSING)
109

1110
```
1211
stackit observability grafana describe INSTANCE_ID [flags]

internal/cmd/observability/grafana/describe/describe.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func NewCmd(params *types.CmdParams) *cobra.Command {
3636
cmd := &cobra.Command{
3737
Use: fmt.Sprintf("describe %s", instanceIdArg),
3838
Short: "Shows details of the Grafana configuration of an Observability instance",
39-
Long: fmt.Sprintf("%s\n%s\n%s",
39+
Long: fmt.Sprintf("%s\n%s",
4040
"Shows details of the Grafana configuration of an Observability instance.",
4141
`The Grafana dashboard URL and initial credentials (admin user and password) will be shown in the "pretty" output format. These credentials are only valid for first login. Please change the password after first login. After changing, the initial password is no longer valid.`,
4242
),

0 commit comments

Comments
 (0)