Skip to content

Commit 386633a

Browse files
committed
ext4
1 parent f59978f commit 386633a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ hcloud volume list --output "columns=ID,NAME,LOCATION"
303303
To create a 10GB volume named `volume-test` in the Nuremberg DC Park 1 (`nbg1`) location, use the following command:
304304

305305
```bash
306-
hcloud volume create --name "volume-test" --size "10" --location "nbg1"
306+
hcloud volume create --name "volume-test" --size "10" --format "ext4" --location "nbg1"
307307
```
308308

309309
## Security

0 commit comments

Comments
 (0)