Skip to content

Commit

Permalink
docs: update description
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Apr 25, 2024
1 parent 91a0c6d commit 2b6169b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/apps/bundles/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default defineCommand({
args: {
path: {
type: 'string',
description: 'Path to the bundle to upload. Must be a folder or zip file',
description: 'Path to the bundle to upload. Must be a folder (e.g. `www` or `dist`) or a zip file.',
},
appId: {
type: 'string',
Expand Down

0 comments on commit 2b6169b

Please sign in to comment.