We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b38d7 commit 1797a9fCopy full SHA for 1797a9f
README.md
@@ -175,7 +175,7 @@ Usage: ./format-udf.sh [-b BLOCK_SIZE] [-f] [-p PARTITION_TYPE] [-w WIPE_METHOD
175
label
176
Label to apply to formatted device.
177
178
-Example: ./format-udf.sh sdg "My UDF External Drive"
+Example: ./format-udf.sh /dev/sdg "My UDF External Drive"
179
```
180
181
format-udf.sh
@@ -118,7 +118,7 @@ Usage: $0 [-b BLOCK_SIZE] [-f] [-p PARTITION_TYPE] [-w WIPE_METHOD] device labe
118
119
120
121
-Example: $0 sdg "My UDF External Drive"
+Example: $0 /dev/sdg "My UDF External Drive"
122
EOF
123
}
124
0 commit comments