mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-25 05:29:39 +00:00
Fixes typo in 'jj git init' args
This commit is contained in:
parent
742c3f6fea
commit
f185a838d7
2 changed files with 2 additions and 2 deletions
|
@ -115,7 +115,7 @@ pub struct GitRemoteListArgs {}
|
|||
pub struct GitInitArgs {
|
||||
/// The destination directory where the `jj` repo will be created.
|
||||
/// If the directory does not exist, it will be created.
|
||||
/// If no directory is diven, the current directory is used.
|
||||
/// If no directory is given, the current directory is used.
|
||||
///
|
||||
/// By default the `git` repo is under `$destination/.jj`
|
||||
#[arg(default_value = ".", value_hint = clap::ValueHint::DirPath)]
|
||||
|
|
|
@ -846,7 +846,7 @@ Create a new Git backed repo
|
|||
|
||||
###### **Arguments:**
|
||||
|
||||
* `<DESTINATION>` — The destination directory where the `jj` repo will be created. If the directory does not exist, it will be created. If no directory is diven, the current directory is used
|
||||
* `<DESTINATION>` — The destination directory where the `jj` repo will be created. If the directory does not exist, it will be created. If no directory is given, the current directory is used
|
||||
|
||||
Default value: `.`
|
||||
|
||||
|
|
Loading…
Reference in a new issue