Skip to content

Commit

Permalink
fix: correct description of the -p option for askui project name
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDienst-askui committed Mar 14, 2024
1 parent 556c977 commit 47b2866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/askui-nodejs/src/lib/interactive_cli/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const options = [
{
option: '-p, --project-name <value>',
choices: [],
description: 'an access token for the workspace with the id.',
description: 'a name for the folder askui is initialized in.',
default: 'askui_example',
},
{
Expand Down

0 comments on commit 47b2866

Please sign in to comment.