Skip to content

Commit

Permalink
changed status error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Hergy Fongue committed Sep 30, 2023
1 parent 721585d commit 4694888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_command/src/status.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ fn build_plain_output(
} else {
writeln!(
&mut plain,
"No enrolled identities found! Try passing the `--all` argument to see all identities.",
"No identities are found. Consider running ockam enroll to enroll an identity.",
)?;
}
return Ok(plain);
Expand Down

0 comments on commit 4694888

Please sign in to comment.