From 6548fa9c1e7eca90a8cb93bbbe59533b3cbf4dbc Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Tue, 19 Jul 2022 18:50:36 -0700 Subject: [PATCH] modules/console: Swap param order in db txns cmd. --- modules/console.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/console.cc b/modules/console.cc index a96dc4587..a978427fc 100644 --- a/modules/console.cc +++ b/modules/console.cc @@ -5072,7 +5072,7 @@ try { const params param{line, " ", { - "dbname", "seqnum", "limit" + "dbname", "limit", "seqnum" }}; const auto dbname