diff --git a/packaging_apps_arguments_format.md b/packaging_apps_arguments_format.md index 87af90de..4da68967 100644 --- a/packaging_apps_arguments_format.md +++ b/packaging_apps_arguments_format.md @@ -38,10 +38,10 @@ And in json: "help": { "en": "some help text in english", "fr": "some help text in french" - } - "default", "some stuff", // optional, not available for all types + }, "example": "an example value", // optional - "optional": true, // optional, will skip if not answered + "default", "some stuff", // optional, not available for all types + "optional": true // optional, will skip if not answered }, ```