Skip to content

Commit d7d7a3b

Browse files
authoredMar 25, 2024··
Fixed typo in README.md: corrected 'df - T' to 'df -T'. (#1644)
1 parent 8d1e4db commit d7d7a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ virsh console domain_name
419419
```
420420
421421
### Determining your filesystem type
422-
If you're not sure what filesystem you have, try `df - T` and the second
422+
If you're not sure what filesystem you have, try `df -T` and the second
423423
column will include the type.
424424
425425
### Determining if your filesystem supports d_type

0 commit comments

Comments
 (0)
Please sign in to comment.