Skip to content

Commit

Permalink
chore: quotes to backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit authored Mar 4, 2024
1 parent fdbf1fc commit b31f3ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion messages/deploy.metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Overrides your default org.

# flags.metadata.summary

Metadata component names to deploy. Wildcards ("*" ) supported as long as you use quotes, such as `ApexClass:MyClass*`.
Metadata component names to deploy. Wildcards (`*` ) supported as long as you use quotes, such as `ApexClass:MyClass*`.

# flags.test-level.summary

Expand Down
2 changes: 1 addition & 1 deletion messages/retrieve.start.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ If you specify this parameter, don’t specify --metadata or --source-dir.

# flags.metadata.summary

Metadata component names to retrieve. Wildcards ("*") supported as long as you use quotes, such as `ApexClass:MyClass*`.
Metadata component names to retrieve. Wildcards (`*`) supported as long as you use quotes, such as `ApexClass:MyClass*`.

# flags.package-name.summary

Expand Down

0 comments on commit b31f3ee

Please sign in to comment.