Removing undocumented -H command line flag.

Closes #496.
This commit is contained in:
Robin Sommer 2011-07-19 17:49:52 -07:00
parent 5d7af681f4
commit 6253c7c02c

View file

@ -438,7 +438,7 @@ int main(int argc, char** argv)
opterr = 0;
char opts[256];
safe_strncpy(opts, "B:D:e:f:I:i:K:n:p:R:r:s:T:t:U:w:x:X:y:Y:z:CFGHLOPSWdghvZ",
safe_strncpy(opts, "B:D:e:f:I:i:K:n:p:R:r:s:T:t:U:w:x:X:y:Y:z:CFGLOPSWdghvZ",
sizeof(opts));
#ifdef USE_PERFTOOLS