next/prev: delete obsolete help text about inferring --edit

We don't infer `--edit` since 37421583b2.
This commit is contained in:
Martin von Zweigbergk 2024-11-08 10:28:34 -08:00 committed by Martin von Zweigbergk
parent 2aadae14a6
commit 1240487cb6
3 changed files with 0 additions and 8 deletions

View file

@ -47,8 +47,6 @@ use crate::ui::Ui;
/// | |
/// @ A
/// ```
/// If your working-copy commit already has visible children, then `--edit` is
/// implied.
#[derive(clap::Args, Clone, Debug)]
#[command(verbatim_doc_comment)]
pub(crate) struct NextArgs {

View file

@ -46,8 +46,6 @@ use crate::ui::Ui;
/// | |
/// A A
/// ```
/// If the working copy revision already has visible children, then `--edit` is
/// implied
#[derive(clap::Args, Clone, Debug)]
#[command(verbatim_doc_comment)]
pub(crate) struct PrevArgs {

View file

@ -1389,8 +1389,6 @@ B => @
| |
@ A
```
If your working-copy commit already has visible children, then `--edit` is
implied.
**Usage:** `jj next [OPTIONS] [OFFSET]`
@ -1682,8 +1680,6 @@ B B
| |
A A
```
If the working copy revision already has visible children, then `--edit` is
implied
**Usage:** `jj prev [OPTIONS] [OFFSET]`