We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316a4bc commit 98714b0Copy full SHA for 98714b0
src/cmd/create/confidential.rs
@@ -37,7 +37,7 @@ impl CreateConfidential {
37
38
if !self.common.force && config.clients.contains_key(&self.common.name) {
39
bail!(
40
- "A client named '{}' already exists. You need to delete it first or use --ignore-existing",
+ "A client named '{}' already exists. You need to delete it first or use --force",
41
self.common.name
42
);
43
}
src/cmd/create/public.rs
@@ -42,7 +42,7 @@ impl CreatePublic {
44
45
46
47
48
0 commit comments