summaryrefslogtreecommitdiff
path: root/src/dynamic/shells/shell.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/dynamic/shells/shell.rs')
-rw-r--r--src/dynamic/shells/shell.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dynamic/shells/shell.rs b/src/dynamic/shells/shell.rs
index a9f48ce..c36d2a2 100644
--- a/src/dynamic/shells/shell.rs
+++ b/src/dynamic/shells/shell.rs
@@ -4,7 +4,7 @@ use std::str::FromStr;
use clap::builder::PossibleValue;
use clap::ValueEnum;
-/// Shell with auto-generated completion script available.
+/// Completion support for built-in shells
#[derive(Clone, Copy, Debug, Eq, Hash, PartialEq)]
#[non_exhaustive]
pub enum Shell {