Skip to content

Commit

Permalink
Fix stream > streaming as obs api naming. Fix #6
Browse files Browse the repository at this point in the history
  • Loading branch information
grigio committed Sep 25, 2023
1 parent 7330323 commit 20d6bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ async fn main() -> Result<()> {
}
}
}
"stream" => {
"streaming" => {
if args.len() < 3 {
println!("Usage: ./program streaming <command>");
return Ok(());
Expand Down

0 comments on commit 20d6bd5

Please sign in to comment.