Skip to content

Commit

Permalink
Add period
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Dec 13, 2024
1 parent 5f94406 commit d07416d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/commands/local.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ function buildLocalCommand(yargs) {
);
}
return true;
}).example([
})
.example([
["$0 local", "Start a Fauna container with default name and ports."],
["$0 local --name local-fauna", "Start a container named 'local-fauna'."],
[
Expand All @@ -97,7 +98,7 @@ function buildLocalCommand(yargs) {

export default {
command: "local",
describe: "Start a local Fauna container",
describe: "Start a local Fauna container.",
builder: buildLocalCommand,
handler: startLocal,
};

0 comments on commit d07416d

Please sign in to comment.