Skip to content

Commit 1797a9f

Browse files
committed
Update README
1 parent d6b38d7 commit 1797a9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Usage: ./format-udf.sh [-b BLOCK_SIZE] [-f] [-p PARTITION_TYPE] [-w WIPE_METHOD
175175
label
176176
Label to apply to formatted device.
177177
178-
Example: ./format-udf.sh sdg "My UDF External Drive"
178+
Example: ./format-udf.sh /dev/sdg "My UDF External Drive"
179179
```
180180

181181

format-udf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Usage: $0 [-b BLOCK_SIZE] [-f] [-p PARTITION_TYPE] [-w WIPE_METHOD] device labe
118118
label
119119
Label to apply to formatted device.
120120
121-
Example: $0 sdg "My UDF External Drive"
121+
Example: $0 /dev/sdg "My UDF External Drive"
122122
EOF
123123
}
124124

0 commit comments

Comments
 (0)