diff --git a/src/fluentcmd.js b/src/fluentcmd.js index b836d5d..94b5b84 100644 --- a/src/fluentcmd.js +++ b/src/fluentcmd.js @@ -235,7 +235,7 @@ module.exports = function () { dst = src || ['resume.json']; dst.forEach( function( t ) { var safeFormat = opts.format.toUpperCase(); - _log('Creating '.useful +safeFormat.useful.bold+ ' resume: '.useful + t.useful.bold); + _log('Creating new '.useful +safeFormat.useful.bold+ ' resume: '.useful + t.useful.bold); MKDIRP.sync( path.dirname( t ) ); // Ensure dest folder exists; FLUENT[ safeFormat + 'Resume' ].default().save( t ); }); diff --git a/src/use.txt b/src/use.txt index 69249c3..d943d28 100644 --- a/src/use.txt +++ b/src/use.txt @@ -1,13 +1,14 @@ Usage: - fluentcv [TO ] [-t ] + fluentcv [TO ] [-t ] [-f ] should be BUILD, NEW, CONVERT, VALIDATE, or HELP. should be the path to one or more FRESH or JSON Resume format resumes. should be the name of the destination resume to be created, if any. The parameter should be the name of a predefined theme (for example: COMPACT, MINIMIST, MODERN, or HELLO-WORLD) or the relative path to a custom -theme. +theme. should be either FRESH (for a FRESH-format resume) or JRS +(for a JSON Resume-format resume). fluentcv BUILD resume.json TO out/resume.all fluentcv NEW resume.json