From 6bdf096f081d042b0fac27d1376f5442b057d545 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 27 May 2020 09:52:24 +0200 Subject: [PATCH] Updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9dea45..17b0b7d 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ sudo make install Using __tncattach__ is simple. Run the program from the command line, specifying which serial port the TNC is connected to, and the serial port baud-rate, and __tncattach__ takes care of the rest. In most cases, depending on what you intend to do, you probably want to use some of the options, though. See the examples section below for usage examples. -```sh +``` Usage: tncattach [OPTION...] port baudrate Attach TNC devices as system network interfaces @@ -37,7 +37,7 @@ Attach TNC devices as system network interfaces -i, --ipv4=IP_ADDRESS Configure an IPv4 address on interface -m, --mtu=MTU Specify interface MTU -n, --noipv6 Filter IPv6 traffic from reaching TNC - --noup Only create interface, do not bring it up + --noup Only create interface, don't bring it up -v, --verbose Enable verbose output -?, --help Give this help list --usage Give a short usage message