diff --git a/Cargo.lock b/Cargo.lock index cfcdcd8..feb714b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. [[package]] -name = "stream-screen" +name = "wlstreamer" version = "0.1.0" + diff --git a/src/main.rs b/src/main.rs index 52c0ccf..5ea5b3b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -12,7 +12,7 @@ struct Config { fn help() { println!("Wrapper around wf-recorder and ffmpeg that automatically switches the screen being recorded based on current window focus"); println!(""); - println!("Usage: stream-screen [options]"); + println!("Usage: wlstreamer [options]"); println!(""); println!("Options:"); println!(" --not-ws Do not show this workspace. Can be used multiple times. Example: 3");