aboutsummaryrefslogtreecommitdiffstats
path: root/doc/plpftp.man.in
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2002-03-12 13:14:42 +0000
committerFritz Elfert <felfert@to.com>2002-03-12 13:14:42 +0000
commit2142b392bf726c9b90b190fef1de09bc9d46ee5c (patch)
treedbd4a08e0bc48483f82866484e7d565f2dd853a6 /doc/plpftp.man.in
parente80f6230aea18d8a7d79bfe7f87d87adb160ff61 (diff)
downloadplptools-2142b392bf726c9b90b190fef1de09bc9d46ee5c.tar.gz
plptools-2142b392bf726c9b90b190fef1de09bc9d46ee5c.tar.bz2
plptools-2142b392bf726c9b90b190fef1de09bc9d46ee5c.zip
Updated man pages to reflect new unified options.
Diffstat (limited to 'doc/plpftp.man.in')
-rw-r--r--doc/plpftp.man.in21
1 files changed, 15 insertions, 6 deletions
diff --git a/doc/plpftp.man.in b/doc/plpftp.man.in
index f03de83..b10b9ad 100644
--- a/doc/plpftp.man.in
+++ b/doc/plpftp.man.in
@@ -11,7 +11,10 @@
plpftp \- FTP-like program for manipulating files on the Psion.
.SH SYNOPSIS
.B plpftp
-.BI "[-p " port ]
+.B [-h]
+.B [-V]
+.BI "[-p [" host :] port ]
+.BI [ long-options ]
.BI "[ " ftpcommand " [" parameters ]]
.SH DESCRIPTION
@@ -25,10 +28,16 @@ enter "help".
.SH OPTIONS
.TP
-.BI "\-p " port
-Specify the port to connect to (e.g. The port where ncpd is listening on) -
-by default this is looked up in /etc/services. If it is not found there,
-a builtin value of @DPORT@ is used.
+.B \-V, --version
+Display the version and exit
+.TP
+.B \-h, --help
+Display a short help text and exit.
+.TP
+.BI "\-p, --port=[" host :] port
+Specify the host and port to connect to (e.g. The port where ncpd is
+listening on) - by default the host is 127.0.0.1 and the port is looked up
+in /etc/services. If it is not found there, a builtin value of @DPORT@ is used.
.TP
.I ftpcommand parameters
Allows you to specify an plpftp command on the command line. If specified,
@@ -36,7 +45,7 @@ plpftp enters non interactive mode and terminates after executing the
command.
.SH SEE ALSO
-ncpd(8), plpncpd(8)
+ncpd(8), plpnfsd(8)
.SH AUTHOR
Fritz Elfert