From a2e0512ff505baa497aca27fd85eed46252a18d8 Mon Sep 17 00:00:00 2001 From: Juerd Waalboer Date: Mon, 14 Nov 2022 20:34:40 +0100 Subject: [PATCH] Add help2 line for log --- plugins/users | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/users b/plugins/users index 20b4775..8c5a633 100644 --- a/plugins/users +++ b/plugins/users @@ -2,6 +2,7 @@ HELP1 "" => "[Pay with your account and] show balance"; HELP "list" => "List accounts and balances"; +HELP "log" => "View transaction log"; HELP "shame" => "Display Hall of Shame (negative balances)"; sub command :Tab(list,ls,shame,USERS) ($self, $cart, $command, @) {