summaryrefslogtreecommitdiff
path: root/extra/man/alacritty.1.scd
diff options
context:
space:
mode:
Diffstat (limited to 'extra/man/alacritty.1.scd')
-rw-r--r--extra/man/alacritty.1.scd30
1 files changed, 29 insertions, 1 deletions
diff --git a/extra/man/alacritty.1.scd b/extra/man/alacritty.1.scd
index 3b337ae4..b82ba08e 100644
--- a/extra/man/alacritty.1.scd
+++ b/extra/man/alacritty.1.scd
@@ -23,7 +23,7 @@ set of features with high performance.
*--print-events*
- Print all events to stdout.
+ Print all events to STDOUT.
*-q*
@@ -99,6 +99,34 @@ set of features with high performance.
Send IPC socket messages (see *alacritty-msg*(1)).
+*migrate*
+
+ Migrate the configuration file.
+
+ *-c, --config-file* _<CONFIG_FILE>_
+
+ 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)