Polish generic plugin media option help message

This commit is contained in:
Antonin Stefanutti 2018-02-12 22:12:45 +01:00
parent e54f32c86e
commit 76d8c03ff9
No known key found for this signature in database
GPG Key ID: 451D46E2047E7837

View File

@ -5,12 +5,6 @@
const { pause } = require('../libs/util');
exports.options = {
media: {
default : 'screen',
choices : ['screen', 'print'],
metavar : '<media>',
help : "'print' or 'screen' to set CSS media type",
},
key : {
default : 'ArrowRight',
metavar : '<key>',
@ -20,7 +14,13 @@ exports.options = {
full : 'max-slides',
metavar : '<size>',
help : 'Maximum number of slides to export',
}
},
media: {
default : 'screen',
choices : ['screen', 'print'],
metavar : '<media>',
help : 'CSS media type to emulate, one of [print, screen]',
},
};
exports.help =