Fixed readme name

This commit is contained in:
Benjamin Bädorf 2020-07-30 16:40:02 +02:00
parent e917a25129
commit 0224d5075d
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C
2 changed files with 3 additions and 2 deletions

3
Cargo.lock generated
View file

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

View file

@ -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");