Skip to content

Fix broken help examples and user-visible typos#1674

Merged
dapr-bot merged 1 commit into
dapr:masterfrom
Mukuwul:fix/help-text-corrections
Jul 20, 2026
Merged

Fix broken help examples and user-visible typos#1674
dapr-bot merged 1 commit into
dapr:masterfrom
Mukuwul:fix/help-text-corrections

Conversation

@Mukuwul

@Mukuwul Mukuwul commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

Description

A few of the built-in help examples don't work when copy-pasted, and there are some user-visible typos:

  • dapr publish example used --enable-domain-socket, a flag that doesn't exist - the real flag is --unix-domain-socket, and it's a string that takes a path.
  • dapr invoke's unix-domain-socket example passed no value to that same string flag, so pflag silently consumes --app-id as the socket path if you copy-paste it.
  • dapr invoke's POST example was missing its closing quote.
  • dapr upgrade's only example (dapr upgrade -k) omits --runtime-version, which is a required flag, so the documented invocation always errors.
  • Typos in user-facing strings: "Zipking" → "Zipkin" (uninstall flag help), "proficing" → "providing" (run example), "certicate" → "certificate" (renew-certificate success message).

Help text only - no behavior changes.

Issue reference

n/a - trivial help-text corrections.

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests (n/a - help text only)
  • Extended the documentation (built-in help text corrected)

- dapr publish example used --enable-domain-socket, a flag that does not
  exist; the real flag is --unix-domain-socket and it takes a path.
- dapr invoke unix-domain-socket example passed no value to the string
  flag, so pflag swallowed --app-id as the socket path when copy-pasted.
- dapr invoke POST example was missing its closing quote.
- dapr upgrade's only example omitted the required --runtime-version
  flag, so copy-pasting it always fails.
- Typos: Zipking -> Zipkin, proficing -> providing, certicate -> certificate.

Signed-off-by: Mukul <nmukul32@gmail.com>
@Mukuwul
Mukuwul requested review from a team as code owners July 19, 2026 22:24
@dapr-bot
dapr-bot merged commit 64ff02b into dapr:master Jul 20, 2026
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants