apps/dtnquery/dtnquery.1
changeset 18 3d1ea31e2a19
parent 17 3d5d756acac0
--- a/apps/dtnquery/dtnquery.1	Mon Jun 27 15:44:08 2011 +0100
+++ b/apps/dtnquery/dtnquery.1	Wed Jun 29 11:54:26 2011 +0100
@@ -24,13 +24,15 @@
 .IR src
 .RB [ -d 
 .IR dest ]
+.RB [ -r
+.IR reply-to ]
 .RB [ -f 
 .IR filename ]
 .RB [ -t
 .IR literal | base64 | file ]
 .RB [ -q 
 .IR query ]
-.RB [ -r
+.RB [ -u
 .IR exact ]
 .RB [ -m
 .IR send | receive | both ]
@@ -60,9 +62,6 @@
 dtnquery will both send the query and wait to receive the 
 response.
 .PP
-On receiving a response, it will be stored in the directory
-specified by the
-.B -r <response_path>.
 
 .SH RETURN VALUES
 Returns 1 if there was an error processing the arguments.
@@ -80,6 +79,9 @@
 .B \-\^d
 The destination EID for the bundle.
 .TP
+.B \-\^r
+The reply-to EID for the bundle. If not set the src EID will be used.
+.TP
 .B \-\^f
 The file name to save the response as. The default for this is the query 
 value itself. This may be overridden using this flag.
@@ -94,7 +96,7 @@
 separated containing see
 .B dtnmatch.
 .TP
-.B \-\^r
+.B \-\^u
 The matching rule. Currently only `exact' is supported.
 .TP
 .B \-\^m