Use number instead of string for default storage value

This commit is contained in:
Carlos E Silva
2017-11-10 08:36:51 -05:00
parent e410c28c1d
commit 6bd205cabd

View File

@ -32,7 +32,7 @@ const optionDefinitions = [
{ {
name: 'storage', name: 'storage',
type: String, type: String,
defaultValue: '256', defaultValue: 256,
description: "Define which storage size to search for. Accepted options are: '64', '256'.", description: "Define which storage size to search for. Accepted options are: '64', '256'.",
}, },
{ {