From 62eb46824640a3d84b6f6d45165bfd934910896a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 19 May 2021 22:14:48 +0100 Subject: [PATCH] otter(1): Fix description of alter-game-json Signed-off-by: Ian Jackson --- src/bin/otter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/otter.rs b/src/bin/otter.rs index f2c3aec2..707eb9ac 100644 --- a/src/bin/otter.rs +++ b/src/bin/otter.rs @@ -1456,7 +1456,7 @@ mod alter_game_adhoc { inventory::submit!{Subcommand( "alter-game-json", - "run an ad-hoc AlterGame commandr", + "run an ad-hoc AlterGame command (JSON)", call, )} inventory::submit!{Subcommand( -- 2.30.2