chiark / gitweb /
put this one off
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 6 Sep 2020 01:00:35 +0000 (02:00 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 6 Sep 2020 01:00:35 +0000 (02:00 +0100)
src/commands.rs

index 2fbc49e0c68e43ad32482cefdc34972b93ef4ac8..902d3aab7ae7be66a2b31bd19492d0a70782430c 100644 (file)
@@ -8,7 +8,7 @@ pub enum MgmtCommand {
   CreateGame { name: String, insns: Vec<MgmtGameInstruction> },
   ListGames { all: Option<bool>, },
   AlterGame {
-    // xxx option scope, access control
+    // todo option scope, access control
     name: String, insns: Vec<MgmtGameInstruction>,
     how: MgmtGameUpdateMode,
   },