summaryrefslogtreecommitdiff
path: root/src/options/main_options.toml
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2020-04-02 11:59:34 -0700
committerGitHub <noreply@github.com>2020-04-02 13:59:34 -0500
commite24e6f3620996ee9e5010d30fefc51247cc55fdc (patch)
treecb44e6cd092956a05ac00d4104d19bd0e1f36eb4 /src/options/main_options.toml
parentaa6fb6fa3df0b1519e6763e72541c022396ab1dc (diff)
Remove undocumented/uncommon aliases (#4177)
This commit removes aliases that are either undocumented or associated with uncommon options. Note: The removal of --statistics, --language, and --output-language may be controversial. The options were undocumented previously and I am in favor of simplifying the options as much as possible, however. Please let me know what you think.
Diffstat (limited to 'src/options/main_options.toml')
-rw-r--r--src/options/main_options.toml10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/options/main_options.toml b/src/options/main_options.toml
index f373e9836..ccbe1a956 100644
--- a/src/options/main_options.toml
+++ b/src/options/main_options.toml
@@ -12,11 +12,6 @@ header = "options/main_options.h"
alternate = false
help = "identify this CVC4 binary"
-[[alias]]
- category = "undocumented"
- long = "license"
- links = ["--version"]
-
[[option]]
name = "help"
category = "common"
@@ -103,11 +98,6 @@ header = "options/main_options.h"
read_only = true
help = "spin on segfault/other crash waiting for gdb"
-[[alias]]
- category = "undocumented"
- long = "segv-nospin"
- links = ["--no-segv-spin"]
-
[[option]]
name = "tearDownIncremental"
category = "expert"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback