Skip to content

Commit 2653bf9

Browse files
committed
update CLI help text
1 parent 303e27f commit 2653bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/parse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const parseArgv = (argv: typeof process.argv) => {
1414
return { deploymentEnv, varNameList }
1515
}
1616
else {
17-
console.log( 'Usage: deploy-env [production|preview|development] [ENV_VAR]...' )
17+
console.log( 'Usage: deploy-env [production | preview | development] [ENV_VAR]...' )
1818
process.exit(9)
1919
}
2020
}

0 commit comments

Comments
 (0)