Fixed readme name
This commit is contained in:
parent
e917a25129
commit
0224d5075d
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -1,5 +1,6 @@
|
||||||
# This file is automatically @generated by Cargo.
|
# This file is automatically @generated by Cargo.
|
||||||
# It is not intended for manual editing.
|
# It is not intended for manual editing.
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "stream-screen"
|
name = "wlstreamer"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ struct Config {
|
||||||
fn help() {
|
fn help() {
|
||||||
println!("Wrapper around wf-recorder and ffmpeg that automatically switches the screen being recorded based on current window focus");
|
println!("Wrapper around wf-recorder and ffmpeg that automatically switches the screen being recorded based on current window focus");
|
||||||
println!("");
|
println!("");
|
||||||
println!("Usage: stream-screen [options]");
|
println!("Usage: wlstreamer [options]");
|
||||||
println!("");
|
println!("");
|
||||||
println!("Options:");
|
println!("Options:");
|
||||||
println!(" --not-ws <ws-num> Do not show this workspace. Can be used multiple times. Example: 3");
|
println!(" --not-ws <ws-num> Do not show this workspace. Can be used multiple times. Example: 3");
|
||||||
|
|
Loading…
Reference in a new issue