Skip to content

Commit d529ce2

Browse files
authored
fix(chisel): correct error message in Fork command (#11254)
1 parent d24e733 commit d529ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/chisel/src/dispatcher.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ impl ChiselDispatcher {
352352
}
353353
if args.len() != 1 {
354354
return DispatchResult::CommandFailed(Self::make_error(
355-
"Must supply a session ID as the argument.",
355+
"Must supply a URL or RPC alias as the argument.",
356356
));
357357
}
358358
let arg = *args.first().unwrap();

0 commit comments

Comments
 (0)