From 0224d5075d4bc08540e38089659bdedc0977eafd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Thu, 30 Jul 2020 16:40:02 +0200 Subject: [PATCH] Fixed readme name --- Cargo.lock | 3 ++- src/main.rs | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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");