Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Dec 12, 2024
1 parent b9961a9 commit 08d2616
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/commands/local.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,11 @@ function buildLocalCommand(yargs) {
},
})
.example([
[
"$0 local",
"Start a local Fauna container with default name and ports.",
],
["$0 local", "Start a Fauna container with default name and ports."],
["$0 local --name local-fauna", "Start a container named 'local-fauna'."],
[
"$0 local -hostPort 1234 --containerPort 6789",
"Map host port '1234' to container port '6789'. Equivalent to '-p 1234:6789' in Docker.",
"Map host port '1234' to container port '6789'. Equivalent to '-p 1234:6789' in Docker.",
],
[
"$0 local --no-pull",
Expand Down

0 comments on commit 08d2616

Please sign in to comment.