Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 2605

Raspberry Pi OS • Re: where to report wrong statement in wf-recorder man page?

$
0
0
Current man page:

Code:

...EXAMPLES     To select a specific part of the screen you can either use --g geometry     or use https://github.com/emersion/slurp for interactive selection of the     screen area that will be recorded:           $ wf-recorder -g $(slurp)...
Quotes are missing, the example does not work, while below works as it should
(bash shell on latest 64bit Raspberry PiOS):

Code:

wf-recorder -g "$(slurp)"


It seems to be correct in the developer's Github Repository -
https://github.com/ammen99/wf-recorder

Both as the first example under Usage - https://github.com/ammen99/wf-recorder#usage

And in the manpage source - L179 in https://github.com/ammen99/wf-recorder/ ... recorder.1


If you installed wf-recorder via apt then I guess nothing is going to change until Debian 13 / Trixie sometime next year?

Statistics: Posted by B.Goode — Fri Nov 08, 2024 12:55 pm



Viewing all articles
Browse latest Browse all 2605

Trending Articles