diff --git a/alacritty/src/cli.rs b/alacritty/src/cli.rs index 67446fab..fee2680f 100644 --- a/alacritty/src/cli.rs +++ b/alacritty/src/cli.rs @@ -20,7 +20,7 @@ use crate::logging::LOG_TARGET_IPC_CONFIG; #[derive(Parser, Default, Debug)] #[clap(author, about, version = env!("VERSION"))] pub struct Options { - /// Print all events to stdout. + /// Print all events to STDOUT. #[clap(long)] pub print_events: bool, @@ -262,7 +262,7 @@ pub struct MigrateOptions { #[clap(short, long, value_hint = ValueHint::FilePath)] pub config_file: Option, - /// Only output TOML config to stdout. + /// Only output TOML config to STDOUT. #[clap(short, long)] pub dry_run: bool, diff --git a/extra/completions/_alacritty b/extra/completions/_alacritty index a1739c4e..a510fb15 100644 --- a/extra/completions/_alacritty +++ b/extra/completions/_alacritty @@ -26,7 +26,7 @@ _alacritty() { '--class=[Defines window class/app_id on X11/Wayland \[default\: Alacritty\]]:general> | ,_ + + Path to the configuration file. + + *-d, --dry-run* + + Only output TOML config to STDOUT. + + *-i, --skip-imports* + + Do not recurse over imports. + + *--skip-renames* + + Do not move renamed fields to their new location. + + *-s, --silent* + + Do not output to STDOUT. + + *-h, --help* + + Print help information. + # SEE ALSO *alacritty-msg*(1), *alacritty*(5), *alacritty-bindings*(5)