usage updates

This commit is contained in:
Lloyd Brookes
2015-07-09 09:38:37 +01:00
parent 9bf8640d10
commit c4dc19b074
3 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ var cliOptions = require("../lib/cli-options");
var cli = cliArgs(cliOptions);
var usage = cli.getUsage({
title: "local-web-server",
header: "Lightweight static web server, zero configuration.",
description: "Lightweight static web server, zero configuration.",
footer: "Project home: https://github.com/75lb/local-web-server",
forms: [
"$ ws <server options>",
@ -29,7 +29,7 @@ var usage = cli.getUsage({
],
groups: {
server: "Server",
misc: "Server"
misc: "Misc"
}
});