Skip to content

Commit

Permalink
Update help.
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-bleech committed Sep 3, 2019
1 parent 3a34417 commit 22e2296
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions vh-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const args = process.argv
const version = {
major: 0,
minor: 2,
patch: 0
patch: 1
}

// Options
Expand All @@ -33,7 +33,7 @@ const clone = "sites-enabled"
const workDir = process.cwd()

const helpText = {
usage: 'Usage: vh-config <project name> [arguments]',
usage: 'Usage: vh-config [arguments]',
options: {
title: 'Options:',
list: [
Expand Down Expand Up @@ -195,7 +195,6 @@ if (args.length < 2) {
options.overwrite = 1
}


const pathNodes = workDir.split('/')

projectName = pathNodes[pathNodes.length - 1]
Expand Down

0 comments on commit 22e2296

Please sign in to comment.