Skip to content

Commit bd894ab

Browse files
committed
fix(cli) scope_org_id param name
1 parent f51faac commit bd894ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyroscope_cli/src/cli/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ enum Commands {
8080
basic_auth_password: Option<String>,
8181
#[clap(
8282
name = "scope_org_id",
83-
long = "scope_org_id",
83+
long = "scope-org-id",
8484
value_name = "SCOPE_ORG_ID",
8585
help = "X-Scope-OrgID header for phlare multi-tenancy"
8686
)]
@@ -227,7 +227,7 @@ enum Commands {
227227
basic_auth_password: Option<String>,
228228
#[clap(
229229
name = "scope_org_id",
230-
long = "scope_org_id",
230+
long = "scope-org-id",
231231
value_name = "SCOPE_ORG_ID",
232232
help = "X-Scope-OrgID header for phlare multi-tenancy"
233233
)]

0 commit comments

Comments
 (0)