Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-k0 committed Dec 12, 2024
1 parent e9b8a42 commit c5cf8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/replica/src/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use ic_types::{
};
use std::{env, path::PathBuf, sync::Arc};

/// Parse command-line args into `ReplicaArgs`
/// Parse command-line args into `ReplicaArgs` misc
pub fn parse_args() -> Result<ReplicaArgs, clap::Error> {
let args_result = ReplicaArgs::try_parse_from(env::args());

Expand Down

0 comments on commit c5cf8f3

Please sign in to comment.