From 8984804f6c4db36ffb9ec8dfaaf7870f9e153541 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 12 Jun 2022 23:07:46 +0100 Subject: [PATCH] When printing game access URL, say in message that it's private Signed-off-by: Ian Jackson --- src/commands.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.rs b/src/commands.rs index ec44b62f..6e94caa3 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -299,7 +299,7 @@ impl From for MgmtError { impl AccessTokenInfo { pub fn report(self) -> Vec { vec![ - "Game access url:".to_string(), + "Game access url (personal and private):".to_string(), self.url, ] } -- 2.30.2