diff --git a/src/tools/count.ts b/src/tools/count.ts index 80b6421..b751710 100644 --- a/src/tools/count.ts +++ b/src/tools/count.ts @@ -3,7 +3,7 @@ import * as scanner from "../scanner"; import * as table from "./table"; export var command = "count"; -export var describe = "Counts the number of works in the given input"; +export var describe = "Counts the number of words in the given input"; export function builder(yargs: yargs.Arguments) { diff --git a/src/tools/sections.ts b/src/tools/sections.ts index f841161..0fe7d35 100644 --- a/src/tools/sections.ts +++ b/src/tools/sections.ts @@ -3,7 +3,7 @@ import * as yargs from "yargs"; import * as scanner from "../scanner"; export var command = "sections"; -export var describe = "Create a summary table of requested fields"; +export var describe = "Extracts a YAML field into sections"; export function builder(yargs: yargs.Arguments) {