diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-11-25 22:49:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-26 01:49:19 +0300 |
commit | 07684281901b8d287221ade9b7c93a0f437a26f1 (patch) | |
tree | 3da9515f8090904f2777955bfeed5cdd077d5c37 /extra/alacritty.man | |
parent | 26479bb9f5c42e3294204c2923a67f3185dd061c (diff) | |
download | alacritty-07684281901b8d287221ade9b7c93a0f437a26f1.tar.gz alacritty-07684281901b8d287221ade9b7c93a0f437a26f1.zip |
Remove redundant CLI flags
This removes some of Alacritty's CLI flags since the same functionality
is provided by the '--option' flag now.
The removed flags are:
* '--persistent-logging'
* '--live-config-reload'
* '--no-live-config-reload'
* '--dimensions'
* '--position'
Fixes #4246.
Diffstat (limited to 'extra/alacritty.man')
-rw-r--r-- | extra/alacritty.man | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/extra/alacritty.man b/extra/alacritty.man index 9d31dcf6..e620ea65 100644 --- a/extra/alacritty.man +++ b/extra/alacritty.man @@ -17,15 +17,6 @@ Prints help information \fB\-\-hold\fR Remain open after child process exits .TP -\fB\-\-live\-config\-reload\fR -Enable automatic config reloading -.TP -\fB\-\-no\-live\-config\-reload\fR -Disable automatic config reloading -.TP -\fB\-\-persistent\-logging\fR -Keep the log file after quitting Alacritty -.TP \fB\-\-print\-events\fR Print all events to stdout .TP @@ -61,18 +52,12 @@ Alacritty looks for the configuration file at the following paths: On Windows, the configuration file is located at %APPDATA%\\alacritty\\alacritty.yml. .TP -\fB\-d\fR, \fB\-\-dimensions\fR <columns> <lines> -Defines the window dimensions. Falls back to size specified by window manager if set to 0x0 [default: 0x0] -.TP \fB\-\-embed\fR <parent> Defines the X11 window ID (as a decimal integer) to embed Alacritty within .TP \fB\-o\fR, \fB\-\-option\fR <option>... Override configuration file options [example: cursor.style=Beam] .TP -\fB\-\-position\fR <x-pos> <y-pos> -Defines the window position. Falls back to position specified by window manager if unset [default: unset] -.TP \fB\-t\fR, \fB\-\-title\fR <title> Defines the window title [default: Alacritty] .TP |