From 295b98f842dc3027db6d033bbcc59d0742863bc3 Mon Sep 17 00:00:00 2001 From: Sarosh Aga Date: Wed, 16 Oct 2024 11:23:02 +0400 Subject: [PATCH] Remove the unused `--format` option from validate media command --- src/bin/vip-import-validate-files.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/vip-import-validate-files.js b/src/bin/vip-import-validate-files.js index 0aa964d79..397010bb0 100755 --- a/src/bin/vip-import-validate-files.js +++ b/src/bin/vip-import-validate-files.js @@ -161,7 +161,7 @@ export async function vipImportValidateFilesCmd( arg = [] ) { } const usage = 'vip import validate-files'; -command( { requiredArgs: 1, usage, format: true } ) +command( { requiredArgs: 1, usage } ) .examples( [ { usage: 'vip import validate-files /Users/user-name/Desktop/uploads',