Skip to content

Commit

Permalink
klighd-cli: change wording of the "open" description
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-fricke committed Sep 3, 2021
1 parent eee57fd commit f885204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/klighd-cli/server/klighd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const serve = new Command("serve")
});

const open = new Command("open")
.description("start and open diagram view with the given file")
.description("start and open a diagram view for the given file")
.arguments("<file>")
.option("--clear", "clear persisted data")
.option("--no-fit", "do not resize the diagram to fit the viewport")
Expand Down

0 comments on commit f885204

Please sign in to comment.