Skip to content

Commit

Permalink
Fix the description of the --source arg in the jj rebase --help docs
Browse files Browse the repository at this point in the history
  • Loading branch information
emesterhazy committed Mar 30, 2024
1 parent a6615bf commit ba23c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/src/commands/rebase.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ pub(crate) struct RebaseArgs {
#[arg(long, short)]
branch: Vec<RevisionArg>,

/// Rebase specified revision(s) together their tree of descendants (can be
/// repeated)
/// Rebase specified revision(s) together with their trees of descendants
/// (can be repeated)
///
/// Each specified revision will become a direct child of the destination
/// revision(s), even if some of the source revisions are descendants
Expand Down

0 comments on commit ba23c8f

Please sign in to comment.