From b89c676145a9ae140bdeadca5bc889e03e1ab287 Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Mon, 25 Jan 2021 09:24:53 +0100 Subject: [PATCH] README: consistent naming --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index da17dd1..2edbd2f 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ The library can be used both as a _CLI_ based tool and as a _Python_ module. ### CLI tool -To install the CLI tool _tdmripper_ do +To install the CLI tool _tdmreaper_ do ```Shell make install @@ -143,12 +143,12 @@ build the binary locally with `make` and install it in your preferred location. ## Usage The usage of the CLI tool is sufficiently clarified by its help message displayed -by `tdmripper --help`. For instance, to extract the data decoded in the pair of +by `tdmreaper --help`. For instance, to extract the data decoded in the pair of files `samples/SineData.tdm` and `samples/SineData.tdx` into the directory `/home/jack/data/`: ```Shell -tdmripper --output /home/jack/data samples/SineData.tdm samples/SineData.tdx +tdmreaper --output /home/jack/data samples/SineData.tdm samples/SineData.tdx ``` ### CLI tool