From: Ian Jackson Date: Fri, 26 Mar 2021 19:54:39 +0000 (+0000) Subject: Fix description of ListGames X-Git-Tag: otter-0.5.0~388 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=20820b218b72671da0b3bc67267f4bf5ef5e117d;p=otter.git Fix description of ListGames Signed-off-by: Ian Jackson --- 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,