From 9a79a9dfc1a9e0443915813cbfc5db38e151dbd3 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 9 Apr 2015 14:44:45 +0200 Subject: small fixes --- src/biruda.ggo | 2 +- src/cli.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/biruda.ggo b/src/biruda.ggo index 7df88ba..3fdcbe4 100644 --- a/src/biruda.ggo +++ b/src/biruda.ggo @@ -58,7 +58,7 @@ section "Command Line Interface" optional option "human-readable" - - "try to display output in for humans and not for computers" + "try to display output in a form suitable for humans and not for computers" optional option "guess-env" - diff --git a/src/cli.h b/src/cli.h index e6ac44c..2907b6a 100644 --- a/src/cli.h +++ b/src/cli.h @@ -5,7 +5,7 @@ #include -#ifdef _WIN32 +#ifndef _WIN32 int start_interactive( bool colors, const char *host, unsigned short port, FILE *in ); -- cgit v1.2.3-54-g00ecf