Skip to content

Commit

Permalink
fix: a small typo (#1390)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kenji authored May 10, 2022
1 parent fe9fa2d commit b56bfec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zellij-utils/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pub enum Sessions {
#[clap(alias = "ls")]
ListSessions,

/// Attach to session
/// Attach to a session
#[clap(alias = "a")]
Attach {
/// Name of the session to attach to.
Expand Down

0 comments on commit b56bfec

Please sign in to comment.