cli: fix typo in jj workspace help

This commit is contained in:
Scott Taylor 2024-07-03 19:53:52 -05:00 committed by Scott Taylor
parent 1cae93ce27
commit fa398ab405
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ use crate::ui::Ui;
/// while you're continuing to write code in another workspace.
///
/// Each workspace has its own working-copy commit. When you have more than one
/// workspace attached to a repo, they are indicated by `@<workspace name>` in
/// workspace attached to a repo, they are indicated by `<workspace name>@` in
/// `jj log`.
///
/// Each workspace also has own sparse patterns.

View file

@ -1977,7 +1977,7 @@ Commands for working with workspaces
Workspaces let you add additional working copies attached to the same repo. A common use case is so you can run a slow build or test in one workspace while you're continuing to write code in another workspace.
Each workspace has its own working-copy commit. When you have more than one workspace attached to a repo, they are indicated by `@<workspace name>` in `jj log`.
Each workspace has its own working-copy commit. When you have more than one workspace attached to a repo, they are indicated by `<workspace name>@` in `jj log`.
Each workspace also has own sparse patterns.