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 f51faac commit bd894abCopy full SHA for bd894ab
pyroscope_cli/src/cli/lib.rs
@@ -80,7 +80,7 @@ enum Commands {
80
basic_auth_password: Option<String>,
81
#[clap(
82
name = "scope_org_id",
83
- long = "scope_org_id",
+ long = "scope-org-id",
84
value_name = "SCOPE_ORG_ID",
85
help = "X-Scope-OrgID header for phlare multi-tenancy"
86
)]
@@ -227,7 +227,7 @@ enum Commands {
227
228
229
230
231
232
233
0 commit comments