Skip to content

Commit b3c445e

Browse files
phm07jooola
andauthored
Update docs/guides/using-output-options.md
Co-authored-by: Jonas L. <jooola@users.noreply.github.com>
1 parent 99c5964 commit b3c445e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guides/using-output-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ You can find the structs in the [hcloud-go source code](https://github.com/hetzn
122122
For example, you could obtain the number of cores of a server using the following command:
123123

124124
```bash
125-
$ hcloud server describe my-server --output format={{.ServerType.Cores}}
125+
$ hcloud server describe my-server --output format='{{.ServerType.Cores}}'
126126
2
127127
```
128128

0 commit comments

Comments
 (0)