Skip to content

Commit

Permalink
jj run: describe it as a stub in the help text
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagr committed Aug 7, 2024
1 parent 132dfd3 commit b42e949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/commands/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use crate::cli_util::{CommandHelper, RevisionArg};
use crate::command_error::{user_error, CommandError};
use crate::ui::Ui;

/// Run a command across a set of revisions.
/// (**Stub**, does not work yet) Run a command across a set of revisions.
///
///
/// All recorded state will be persisted in the `.jj` directory, so occasionally
Expand Down

0 comments on commit b42e949

Please sign in to comment.