Skip to content

Commit

Permalink
DOC: describe ambiguous case
Browse files Browse the repository at this point in the history
  • Loading branch information
slivingston committed Nov 23, 2024
1 parent 20e1bfb commit 8292715
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,8 @@ fn select_instance<S: ToString>(
/// 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<S: ToString>(
instance_id: Option<S>,
token: Option<String>,
Expand Down

0 comments on commit 8292715

Please sign in to comment.