Skip to content

Commit

Permalink
fix: start proxy command was bad formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiagoPittella committed Feb 6, 2025
1 parent ba17e63 commit 816bdfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/proving-service/src/commands/proxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use crate::{
pub struct StartProxy {
/// List of workers as host:port strings.
///
/// Example: `127.0.0.1:8080,192.168.1.1:9090`
/// Example: `127.0.0.1:8080 192.168.1.1:9090`
#[clap(value_name = "WORKERS")]
workers: Vec<String>,
/// Proxy configurations.
Expand Down

0 comments on commit 816bdfc

Please sign in to comment.