summaryrefslogtreecommitdiffstats
path: root/.local/bin
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-05-22 10:04:39 -0400
committerLuke Smith <luke@lukesmith.xyz>2019-05-22 10:04:39 -0400
commit95da389b4343e1634a8b1030e52bc0c2cd37cd4f (patch)
tree745f96abad3fc055c085ad0b9e1e7492e64bc3a5 /.local/bin
parent807210ed77496a820acafdc4d6f976e0f4bf50e7 (diff)
downloadeibhear-95da389b4343e1634a8b1030e52bc0c2cd37cd4f.tar.gz
eibhear-95da389b4343e1634a8b1030e52bc0c2cd37cd4f.tar.zst
eibhear-95da389b4343e1634a8b1030e52bc0c2cd37cd4f.zip
drecord doc fix
Diffstat (limited to '.local/bin')
-rwxr-xr-x.local/bin/dmenurecord10
1 files changed, 5 insertions, 5 deletions
diff --git a/.local/bin/dmenurecord b/.local/bin/dmenurecord
index 0047e7a..8a1866f 100755
--- a/.local/bin/dmenurecord
+++ b/.local/bin/dmenurecord
@@ -1,11 +1,11 @@
#!/bin/sh
# Usage:
-# `record`: Ask for recording type via dmenu
-# `record screencast`: Record both audio and screen
-# `record video`: Record only screen
-# `record audio`: Record only audio
-# `record kill`: Kill existing recording
+# `$0`: Ask for recording type via dmenu
+# `$0 screencast`: Record both audio and screen
+# `$0 video`: Record only screen
+# `$0 audio`: Record only audio
+# `$0 kill`: Kill existing recording
#
# If there is already a running instance, user will be prompted to end it.