From: Marius Gavrilescu Date: Sat, 22 Aug 2015 19:01:13 +0000 (+0300) Subject: Update documentation for previous commit X-Git-Tag: 0.002~4 X-Git-Url: http://git.ieval.ro/?p=nethack-naodash.git;a=commitdiff_plain;h=c5cfd5bcb8df8f6b771e0f06776528b0d17b569a;hp=88d87be7ecae3db02a2585ed856a542530f33f6f Update documentation for previous commit --- 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.