Skip to content

Commit 8caca68

Browse files
author
Matthew Forrester
committed
fix: missed rebranding
1 parent 4f9377a commit 8caca68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ fn stream(filename: String, pause_at: u64) -> StartedCommChannel {
435435

436436
fn get_opts() -> Opts {
437437

438-
let matches = ClapApp::new("pipowser")
438+
let matches = ClapApp::new("wv-linewise")
439439
.version("0.0.0")
440440
.author("Matthew Forrester")
441441
.about("Puts the power of the browser into pipes.")
@@ -446,7 +446,7 @@ fn get_opts() -> Opts {
446446
.short("c")
447447
.long("code")
448448
.value_name("CODE")
449-
.env("PIPOWSWER_CODE")
449+
.env("WVLINEWISE_CODE")
450450
)
451451
.arg(ClapArg::with_name("stream")
452452
.help("The stream files to process. Use \"-\" for STDIN")

0 commit comments

Comments
 (0)