chiark / gitweb /
When printing game access URL, say in message that it's private
[otter.git] / src / commands.rs
index ec44b62fec23b10eb4353edc1902a4c17e952148..6e94caa37ec88907fd363521b56026a0c762b6d3 100644 (file)
@@ -299,7 +299,7 @@ impl From<InternalError> for MgmtError {
 impl AccessTokenInfo {
   pub fn report(self) -> Vec<String> {
     vec![
-      "Game access url:".to_string(),
+      "Game access url (personal and private):".to_string(),
       self.url,
     ]
   }