From fac7d1edee33982f50021cd05789142c26d04849 Mon Sep 17 00:00:00 2001 From: defanor Date: Sat, 29 Apr 2017 22:12:41 +0300 Subject: Update the std2fifo man page Forgot to update the options in examples. --- configure.ac | 2 +- std2fifo.1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 3ea3551..406d382 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT(TLSd, 0.0.1, defanor@uberspace.net, tlsd, +AC_INIT(TLSd, 0.0.2, defanor@uberspace.net, tlsd, https://defanor.uberspace.net/projects/tlsd/) AM_INIT_AUTOMAKE([-Wall]) AC_CONFIG_SRCDIR([tlsd.c]) diff --git a/std2fifo.1 b/std2fifo.1 index 9f51bd4..27a9b12 100644 --- a/std2fifo.1 +++ b/std2fifo.1 @@ -32,11 +32,11 @@ Print a help message and exit. .SH EXAMPLES .nf -FOO=bar std2fifo -v FOO -rbe /tmp/ +FOO=bar std2fifo -v FOO -ce /tmp/ .fi .nf -tlsd -p 5601 -e -- std2fifo -rbe ~/.chat/ +tlsd -p 5601 -e -- std2fifo -e ~/.chat/ .fi .SH COPYING -- cgit v1.2.3