From: Ian Jackson Date: Sun, 12 Jun 2022 23:19:02 +0000 (+0100) Subject: cli: reset: Fix a typo in a message, and an old comment X-Git-Tag: otter-1.2.0~30 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=491c4b7af36ffab651d2cb71e8b9b9ca11295df9;p=otter.git cli: reset: Fix a typo in a message, and an old comment Signed-off-by: Ian Jackson --- 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()