From f05730c674ddfd2fc4eaf95c525622af2ee8a207 Mon Sep 17 00:00:00 2001 From: "Dylan R. E. Moonfire" Date: Tue, 18 Aug 2020 00:07:29 -0500 Subject: [PATCH] fix: corrected some spelling typos --- src/tools/count.ts | 2 +- src/tools/sections.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) {