Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
meowjesty committed Feb 19, 2024
1 parent c308685 commit a0eacb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrord/cli/src/operator/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pub(super) async fn operator_session_kill_all() -> Result<()> {
operator_session_finished(result.right(), sub_progress, progress)
}

/// `mirrord operator session kill {id}`: kills the operator session specified by `id`.
/// `mirrord operator session kill --id {id}`: kills the operator session specified by `id`.
#[tracing::instrument(level = "trace", ret)]
pub(super) async fn operator_session_kill_one(id: u64) -> Result<()> {
let (progress, api, sub_progress) = operator_session_prepare().await?;
Expand Down

0 comments on commit a0eacb2

Please sign in to comment.