From c5cfd5bcb8df8f6b771e0f06776528b0d17b569a Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 22 Aug 2015 22:01:13 +0300 Subject: [PATCH] Update documentation for previous commit --- lib/App/NAOdash.pm | 4 ++-- naodash | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/App/NAOdash.pm b/lib/App/NAOdash.pm index f80a0fd..0938a4b 100644 --- a/lib/App/NAOdash.pm +++ b/lib/App/NAOdash.pm @@ -130,8 +130,8 @@ It defines two functions: =item B(I<$stats>) Takes the result of B or B and presents it -in a text form, using ANSI color escape sequences and unicode ticks -(✓) and X marks (✗) to indicate the presence/absence of checks. +in a text form, using ANSI escape sequences to indicate the +presence/absence of checks. =item B(I<$user_or_path>) diff --git a/naodash b/naodash index 47505de..c3aec0c 100755 --- a/naodash +++ b/naodash @@ -24,7 +24,7 @@ naodash - Analyze NetHack xlogfiles and extract statistics (command-line interfa naodash is a command-line interface to L. It takes a NAO username or a path to an xlogfile, analyzes it, and prints the -results of the analysis. A terminal with color and/or UTF-8 support is +results of the analysis. A terminal with ANSI escape code support is required. Do not parse this command's output. For computer-readable output, please use the L library directly. -- 2.30.2