Skip to content

Commit

Permalink
can't --force with --pocketic
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity committed May 23, 2024
1 parent 3f39e68 commit ed7efae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dfx/src/commands/start.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pub struct StartOpts {
artificial_delay: u32,

/// Start even if the network config was modified.
#[arg(long)]
#[arg(long, conflicts_with = "pocketic")]
force: bool,

/// Use old metering.
Expand Down

0 comments on commit ed7efae

Please sign in to comment.