From 8292715bf6c1f25bd3ff50d58bfdabd027086b30 Mon Sep 17 00:00:00 2001 From: "Scott C. Livingston" Date: Sat, 23 Nov 2024 15:59:09 -0800 Subject: [PATCH] DOC: describe ambiguous case --- src/client.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/client.rs b/src/client.rs index 2fb1d0e..0026b1c 100644 --- a/src/client.rs +++ b/src/client.rs @@ -263,7 +263,8 @@ fn select_instance( /// Get details of an instance: start time, status, deployment, ... /// /// If `instance_id` is None, then this command applies to the -/// current (non-terminated) instance. +/// current (non-terminated) instance. If there is more than one +/// non-terminated instance, an error is returned. pub fn api_instance_info( instance_id: Option, token: Option,