Skip to content

Commit 591a7a1

Browse files
author
martin
committed
Fix the parsing of a popular option.
1 parent 8aa31fe commit 591a7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-analyzer/goto_analyzer_parse_options.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ void goto_analyzer_parse_optionst::get_command_line_options(optionst &options)
219219
options.set_option("intervals", true);
220220
options.set_option("domain set", true);
221221
}
222-
else if(cmdline.isset("(show-non-null)"))
222+
else if(cmdline.isset("show-non-null"))
223223
{
224224
// For backwards compatibility
225225
options.set_option("show", true);

0 commit comments

Comments
 (0)