1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-05-02 20:37:08 +01:00

Rename "FluentCMD" to "FluentCV".

This commit is contained in:
devlinjd
2015-10-27 03:54:50 -04:00
parent 783525c21d
commit 330866a518
5 changed files with 41 additions and 41 deletions

View File

@ -1,5 +1,5 @@
/**
Internal resume generation logic for FluentCMD.
Internal resume generation logic for FluentCV.
@license Copyright (c) 2015 | James M. Devlin
*/

View File

@ -1,7 +1,7 @@
#! /usr/bin/env node
/**
Command-line interface (CLI) for FluentCMD via Node.js.
Command-line interface (CLI) for FluentCV via Node.js.
@license Copyright (c) 2015 | James M. Devlin
*/
@ -24,7 +24,7 @@ catch( ex ) {
function main() {
// Setup.
var title = '*** FluentCMD v' + PKG.version + ' ***';
var title = '*** FluentCV v' + PKG.version + ' ***';
if( process.argv.length <= 2 ) { logMsg(title); throw { fluenterror: 3 }; }
var args = ARGS( process.argv.slice(2) );
opts = getOpts( args );