]> granicus.if.org Git - apache/commitdiff
Use -o for output of dbm files.
authorPaul Querna <pquerna@apache.org>
Fri, 22 Jul 2005 09:58:00 +0000 (09:58 +0000)
committerPaul Querna <pquerna@apache.org>
Fri, 22 Jul 2005 09:58:00 +0000 (09:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@220286 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/programs/httxt2dbm.xml

index 7f1430189c1adfe8e96c7ae778d1e863af9484a8..582957d041d434f98870eb5ceaaea4973b5c19d8 100644 (file)
@@ -72,8 +72,8 @@
 
 <section id="examples"><title>Examples</title>
     <example>
-      httxt2dbm -i rewritemap.txt -i rewritemap.dbm<br />
-      httxt2dbm -f SDBM -i rewritemap.txt -i rewritemap.dbm<br />
+      httxt2dbm -i rewritemap.txt -o rewritemap.dbm<br />
+      httxt2dbm -f SDBM -i rewritemap.txt -o rewritemap.dbm<br />
     </example>
 </section>