From 491c4b7af36ffab651d2cb71e8b9b9ca11295df9 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 13 Jun 2022 00:19:02 +0100 Subject: [PATCH] cli: reset: Fix a typo in a message, and an old comment Signed-off-by: Ian Jackson --- cli/forgame.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/forgame.rs b/cli/forgame.rs index 9999715f..65112271 100644 --- a/cli/forgame.rs +++ b/cli/forgame.rs @@ -7,7 +7,7 @@ use super::usebundles::*; // todo: list-players -//---------- reset-game ---------- +//---------- reset ---------- mod reset_game { use super::*; @@ -23,7 +23,7 @@ mod reset_game { fn subargs(sa: &mut Args) -> ArgumentParser { use argparse::*; let mut ap = ArgumentParser::new(); - ap.refer(&mut sa.table_file).metavar("TABLE-SPEC[-TOML]") + ap.refer(&mut sa.table_file).metavar("TABLE-SPEC[-TOML") .add_option(&["--reset-table"],StoreOption, "reset the players and access too"); ap.refer(&mut sa.game_spec).required() -- 2.30.2