Skip to content

Commit

Permalink
Merge pull request #102 from AgustinRamiroDiaz/patch-1
Browse files Browse the repository at this point in the history
Fix example box_game_spectator.rs
  • Loading branch information
gschup authored Feb 4, 2024
2 parents 1764c21 + 42d2f6e commit 5d3e2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/box_game/box_game_spectator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct Opt {
local_port: u16,
#[clap(short, long)]
num_players: usize,
#[clap(short, long)]
#[clap(long)]
host: SocketAddr,
}

Expand Down

0 comments on commit 5d3e2ff

Please sign in to comment.