drecord doc fix

This commit is contained in:
Luke Smith 2019-05-22 10:04:39 -04:00
parent 807210ed77
commit 95da389b43
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

View file

@ -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.