From 20820b218b72671da0b3bc67267f4bf5ef5e117d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 26 Mar 2021 19:54:39 +0000 Subject: [PATCH] Fix description of ListGames Signed-off-by: Ian Jackson --- src/commands.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/commands.rs b/src/commands.rs index c5f7bc0d..c6e54136 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -25,10 +25,7 @@ pub enum MgmtCommand { game: InstanceName, insns: Vec, }, - ListGames { - all: Option, // in scope of selected account by default - // todo: should list games that are accessible, not just own - }, + ListGames { all: Option }, AlterGame { game: InstanceName, insns: Vec, -- 2.30.2