Skip to content

Commit d208e24

Browse files
committed
Docs: Make updated docs clearer
1 parent 72296d4 commit d208e24

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

contrib/completions/_zoxide

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contrib/completions/_zoxide.ps1

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contrib/completions/zoxide.elv

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contrib/completions/zoxide.fish

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contrib/completions/zoxide.nu

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contrib/completions/zoxide.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cmd/cmd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ pub struct Add {
6464
#[clap(short, long)]
6565
pub score: Option<f64>,
6666

67-
/// The alias for the entry to initialize with
67+
/// The alias for the entry to initialize the entry with
6868
/// You can set a new alias after initialization
6969
#[clap(short, long)]
7070
pub alias: Option<String>,

0 commit comments

Comments
 (0)