Skip to content

Commit

Permalink
bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Feb 29, 2024
1 parent c3af181 commit e50f9d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/rust/external_data_loader/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ struct Args {
#[argh(switch)]
timeless: bool,

/// optional timestamps to log at (e.g. `--time sim_time=1709203426`) [repeatable]
/// optional timestamps to log at (e.g. `--time sim_time=1709203426`) (repeatable)
#[argh(option)]
time: Vec<String>,

/// optional sequences to log at (e.g. `--sequence sim_frame=42`) [repeatable]
/// optional sequences to log at (e.g. `--sequence sim_frame=42`) (repeatable)
#[argh(option)]
sequence: Vec<String>,
}
Expand Down

0 comments on commit e50f9d3

Please sign in to comment.