Skip to content

Commit

Permalink
updated cli help
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoalbanese committed Sep 1, 2023
1 parent 726dcec commit 4ce1325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ program.name("kirimase").description("Kirimase CLI").version("0.0.1");

program
.command("init")
.description("init drizzle config with desired db type (pg, mysql, sqlite))")
.description("initialise and configure kirimase within directory")
.action(initProject);

// program
Expand Down

0 comments on commit 4ce1325

Please sign in to comment.