0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-12 23:18:55 +02:00

modules/console: Indicate not actual stack usage maximum in ctx cmd.

This commit is contained in:
Jason Volk 2020-05-14 07:58:24 -07:00
parent e02f358963
commit 7b925e9051

View file

@ -2532,7 +2532,7 @@ console_cmd__ctx__list(opt &out, const string_view &line)
<< "STACK"
<< " "
<< std::setw(25)
<< "PEAK"
<< "PEAK OBSERVED"
<< " "
<< std::setw(25)
<< "LIMIT"