summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.rs b/src/config.rs
index 2aa9d67..0fc313f 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -84,7 +84,7 @@ pub struct Projects {
///
/// Note: This only used for sorting projects using `session_last_attached` (or
/// `session_created` if not yet attached). For adding existing tmux session's paths to the
- /// ouput, see `-T|--sessions`.
+ /// output, see `-T|--sessions`.
#[arg(long, short)]
pub tmux: bool,
}