Make requested paths more obvious

This commit is contained in:
Fierelier 2024-02-15 16:17:16 +01:00
parent 74992d736a
commit c6bfecd79c
1 changed files with 5 additions and 5 deletions

View File

@ -1,19 +1,19 @@
#!/usr/bin/env bash
cat << EOF
Commands:
* mountman list [/path]
* mountman list [/dev]
List known block devices.
* mountman plist [/path]
* mountman plist [/dev]
List known block device(s), with technical information, parseable with bash.
* mountman mount </path>
* mountman mount </dev>
Mount block device, returns the mountpoint's path.
* mountman umount </path>
* mountman umount </dev>
Unmount block device.
* mountman eject </path>
* mountman eject </dev>
Eject block device, and shut it off, if possible.
Legend: