From 0583dfc3f7ce001cc9461044f5c6e56dcd1faabc Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Wed, 17 May 2023 18:33:28 -0400 Subject: [PATCH] Update README on options Signed-off-by: Skylar "The Cobra" Widulski --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f08c99e..5397501 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ WARNING: Do NOT use Ctrl+C on a `wf-shadow -s` session. USAGE: wf-shadow OPTION [OPTIONS...] OPTIONS: - -s, --start [MONITOR] Start a wf-shadow instance with display number MONITOR. - -r, --record [MONITOR] Record the last few moments of video using a wofi menu. - -e, --end [MONITOR] End wf-shadow instance with display number MONITOR. + -s, --start [OUTPUT] Start a wf-shadow instance with output number OUTPUT. + -r, --record [OUTPUT] Record the last few moments of video using a wofi menu. + -e, --end [OUTPUT] End wf-shadow instance with output number OUTPUT. -a, --audio DEVICE Use DEVICE for audio recording. Passed to wf-recorder -a. -V, --video DEVICE Use DEVICE for video encoding. Passed to wf-recorder -d. -A, --acodec CODEC Use CODEC as the audio codec in ffmpeg encoding. @@ -22,8 +22,10 @@ OPTIONS: -N, --no-video Disable video recording. Overrides video options. -y, --yes-audio Enable audio recording. Overrides -n. -Y, --yes-video Enable video recording. Overrides -N. + -R, --raw-record OUTPUT FILE SECONDS Low level record. Passed directly to the \`record\` function. -v, --verbose Verbose output. -h, --help Show this menu. + --version Display version information. For a more in-depth guide, see wf-shadow(1) ```