diff options
Diffstat (limited to 'mingling_core/src/comp/flags.rs')
| -rw-r--r-- | mingling_core/src/comp/flags.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling_core/src/comp/flags.rs b/mingling_core/src/comp/flags.rs index 452126b..424fe8b 100644 --- a/mingling_core/src/comp/flags.rs +++ b/mingling_core/src/comp/flags.rs @@ -14,7 +14,7 @@ pub enum ShellFlag { Zsh, /// Represents the Fish shell. Fish, - /// Represents PowerShell. + /// Represents `PowerShell`. Powershell, /// A custom or unsupported shell type, identified by the provided string. Other(String), |
