diff options
Diffstat (limited to 'bin/extra/usbtoggle')
-rwxr-xr-x | bin/extra/usbtoggle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/extra/usbtoggle b/bin/extra/usbtoggle index 7adb2a2..e8d4634 100755 --- a/bin/extra/usbtoggle +++ b/bin/extra/usbtoggle @@ -4,7 +4,7 @@ # dependencies # - lsusb (to list usb devices) -# - commander (menu command) +# - fzf (menu command) # - doas (to run as root) device="$(lsusb | fzf)" |