From d4d14ba5ba47b86dd272b8906f1d686f3c44b9c7 Mon Sep 17 00:00:00 2001 From: mfranz Date: Wed, 4 Jun 2008 20:21:35 +0000 Subject: [PATCH] fix path --- docs-mini/README.protocol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-mini/README.protocol b/docs-mini/README.protocol index 0fa865884..60b4f3ef6 100644 --- a/docs-mini/README.protocol +++ b/docs-mini/README.protocol @@ -1,7 +1,7 @@ The generic communication protocol for FlightGear provides a powerful way of adding a simple ASCII based or binary input/output protocol, just by defining an XML encoded configuration file and placing it in the -$FG_ROOT/data/Protocols/ directory. +$FG_ROOT/Protocol/ directory. @@ -186,7 +186,7 @@ P=3.59 -- writing data in XML syntax ------------------------------------------------- -Assuming the file is called $FG_ROOT/Protocols/xmltest.xml, then it could be +Assuming the file is called $FG_ROOT/Protocol/xmltest.xml, then it could be used as $ fgfs --generic=file,out,1,/tmp/data.xml,xmltest -- 2.39.5