Commit a2393949 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

VSC_Arg succeeds with non-zero

Fixes #2787
parent cc70ce50
......@@ -319,10 +319,10 @@ main(int argc, char * const *argv)
if (curses) {
if (has_f) {
AZ(VSC_Arg(vsc, 'f', "MGT.uptime"));
AZ(VSC_Arg(vsc, 'f', "MAIN.uptime"));
AZ(VSC_Arg(vsc, 'f', "MAIN.cache_hit"));
AZ(VSC_Arg(vsc, 'f', "MAIN.cache_miss"));
AN(VSC_Arg(vsc, 'f', "MGT.uptime"));
AN(VSC_Arg(vsc, 'f', "MAIN.uptime"));
AN(VSC_Arg(vsc, 'f', "MAIN.cache_hit"));
AN(VSC_Arg(vsc, 'f', "MAIN.cache_miss"));
}
do_curses(vd, vsc, 1.0);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment