commit 15bdcfdb73b6bf3835ea93b4ed8fbb7d6ab1e51b
parent 82c8da9ae7e644e0f41e8a731ad8b21a3d6444b1
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Mon, 2 Nov 2020 01:09:06 -0500
Fix leftover HTML tags in usrmnt page
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gemini/pages/projects/usrmnt.gmi b/gemini/pages/projects/usrmnt.gmi
@@ -30,7 +30,7 @@ Options:
q – Exit
v – Print the current version
? – Print this help dialog
- <command> <device> – Execute <command> on <device> where <command> is one of:
+ <command> <device> – Execute <command> on <device> where <command> is one of:
Supported udisks Commands:
mount – Mount a device to a mountpoint in /media. Will prompt to
unlock encrypted drives.
@@ -41,9 +41,9 @@ Options:
power-off – Power a device off (computer will stop recognizing it)
(can also use "poweroff")
Examples:
- ()>>> mount sdc1
- (sdc1)>>> unmount sdb2
- (sdb2)>>> unlock mmcblk0p1
+ ()>>> mount sdc1
+ (sdc1)>>> unmount sdb2
+ (sdb2)>>> unlock mmcblk0p1
The device in parentheses is the device from the previous command.
When there is a device in parentheses, you can type any command without
@@ -54,6 +54,6 @@ Options:
so you can just type "unlock" or "mount" again.
For example:
- (sdb1)>>> unmount
+ (sdb1)>>> unmount
will unmount /dev/sdb1.
```