display 'telebit remote' and 'telebit daemon'

This commit is contained in:
AJ ONeal 2018-06-14 02:42:41 -06:00
parent fbf90acca5
commit 8039a7bf28
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ function help() {
console.info('');
}
var verstr = [ pkg.name + ' v' + pkg.version ];
var verstr = [ pkg.name + ' remote v' + pkg.version ];
if (!confpath) {
confpath = path.join(os.homedir(), '.config/telebit/telebit.yml');
verstr.push('(--config "' + confpath + '")');

View File

@ -45,7 +45,7 @@ function help() {
console.info('');
}
var verstr = [ pkg.name + ' v' + pkg.version ];
var verstr = [ pkg.name + ' daemon v' + pkg.version ];
if (-1 === confIndex) {
// We have two possible valid paths if no --config is given (i.e. run from an npm-only install)
// * {install}/etc/telebitd.yml