From: Paul Querna Date: Fri, 22 Jul 2005 09:58:00 +0000 (+0000) Subject: Use -o for output of dbm files. X-Git-Tag: 2.1.7~5^2~81 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c4eafb6a69da15ab7987f9194c1d4b2136fabf8;p=apache Use -o for output of dbm files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@220286 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/programs/httxt2dbm.xml b/docs/manual/programs/httxt2dbm.xml index 7f1430189c..582957d041 100644 --- a/docs/manual/programs/httxt2dbm.xml +++ b/docs/manual/programs/httxt2dbm.xml @@ -72,8 +72,8 @@
Examples - httxt2dbm -i rewritemap.txt -i rewritemap.dbm
- httxt2dbm -f SDBM -i rewritemap.txt -i rewritemap.dbm
+ httxt2dbm -i rewritemap.txt -o rewritemap.dbm
+ httxt2dbm -f SDBM -i rewritemap.txt -o rewritemap.dbm