diff options
author | EuAndreh <eu@euandre.org> | 2023-05-03 11:07:46 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-05-03 11:07:46 -0300 |
commit | c4899228d7d5a5e2a62faf2c2a48271e6437f231 (patch) | |
tree | dc2c3ac37d049d866f35a4fa3058e47be6f3fcaf /bin | |
parent | bin/backup: Verify data by default from now on (diff) | |
download | dotfiles-c4899228d7d5a5e2a62faf2c2a48271e6437f231.tar.gz dotfiles-c4899228d7d5a5e2a62faf2c2a48271e6437f231.tar.xz |
bin/mnt: Fix list of ACTIONs in help string
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/mnt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ help() { -U UUID the id of the device under /dev/disks/by-uuid/ -h, --help show this message - ACTION either "on" or "off" + ACTION either "up" or "down" NAME the name of the external device |