Skip to content

Commit c414366

Browse files
authored
Merge pull request #2139 from GaloisInc/1363-multiple-t-options
Remove the short option -t for --detect-vacuity
2 parents cdb0d00 + fc4a7e8 commit c414366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SAWScript/Options.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ options =
114114
"path"
115115
)
116116
pathDesc
117-
, Option "t" ["detect-vacuity"]
117+
, Option "" ["detect-vacuity"]
118118
(NoArg
119119
(\opts -> return opts { detectVacuity = True }))
120120
"Checks and warns the user about contradictory assumptions. (default: false)"

0 commit comments

Comments
 (0)