diff --git a/src/commands/blobs/blobs.ts b/src/commands/blobs/blobs.ts index f3a3a1ddeff..e596cbd43c5 100644 --- a/src/commands/blobs/blobs.ts +++ b/src/commands/blobs/blobs.ts @@ -33,7 +33,7 @@ export const createBlobsCommand = (program: BaseCommand) => { ) .argument('', 'Name of the store') .argument('', 'Object key') - .option('-o, --output ', 'Defines the filesystem path where the blob data should be persisted') + .option('-O, --output ', 'Defines the filesystem path where the blob data should be persisted') .alias('blob:get') .hook('preAction', requiresSiteInfo) .action(async (storeName: string, key: string, options: OptionValues, command: BaseCommand) => {