Skip to content

Commit

Permalink
🚧 Fix build-lz-options command description (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista authored Jan 29, 2024
1 parent eff8c35 commit c6e65c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/good-walls-dress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"build-lz-options": patch
---

Fix command description
2 changes: 1 addition & 1 deletion packages/build-lz-options/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { printLogo } from "@layerzerolabs/io-devtools/swag";
import { version } from "../package.json";

new Command("build-lz-options")
.description("Create LayerZero OApp options with one command")
.description("Build Options for LayerZero OApps")
.version(version)
.action(async () => {
printLogo();
Expand Down

0 comments on commit c6e65c3

Please sign in to comment.