Skip to content

Commit 8956142

Browse files
mateuscomhellie
andauthored
fix: Some --help comments didn't show properly (atuinsh#2176)
* FIX: Some --help comments didn't show properly (#3) * FIX: Some --help comments didn't show properly * FIX: Some --help comments didn't show properly * FIX: Some --help comments didn't show properly * FIX: Some --help comments didn't show properly * Update crates/atuin/src/command/client.rs grammatical sentence Co-authored-by: Ellie Huxtable <[email protected]> * Update crates/atuin/src/command/client.rs --------- Co-authored-by: Ellie Huxtable <[email protected]>
1 parent a9e766f commit 8956142

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

crates/atuin/src/command/client.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,12 @@ pub enum Cmd {
7676
#[command()]
7777
Doctor,
7878

79+
/// *Experimental* Start the background daemon
7980
#[cfg(feature = "daemon")]
8081
#[command()]
8182
Daemon,
8283

83-
/// Print example configuration
84+
/// Print the default atuin configuration (config.toml)
8485
#[command()]
8586
DefaultConfig,
8687
}

crates/atuin/src/command/client/account.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pub enum Commands {
2121
/// Login to the configured server
2222
Login(login::Cmd),
2323

24-
// Register a new account
24+
/// Register a new account
2525
Register(register::Cmd),
2626

2727
/// Log out

0 commit comments

Comments
 (0)