commit c3fd74f6cd99ab40cd9bc41c2af155e2c6ce0b0e
parent 863e46c6fbd8edfb65d4181cffa75745ed4e1a34
Author: Frederic Cambus <fred@statdns.com>
Date: Mon, 8 Feb 2021 18:21:49 +0100
Formatting fixes: tabs vs spaces in the README.md.
Diffstat:
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
@@ -22,24 +22,24 @@ StatZone uses the CMake build system and requires uthash header files.
## Building
- mkdir build
- cd build
- cmake ..
- make
+ mkdir build
+ cd build
+ cmake ..
+ make
StatZone has been successfully built and tested on OpenBSD and Linux with
both Clang and GCC.
## Usage
- statzone [-hv] zonefile
+ statzone [-hv] zonefile
If file is a single dash (`-'), statzone reads from the standard input.
The options are as follows:
- -h Display usage
- -v Display version
+ -h Display usage
+ -v Display version
StatZone outputs results to **stdout**.