diff options
author | Fritz Elfert <felfert@to.com> | 2001-01-20 19:04:29 +0000 |
---|---|---|
committer | Fritz Elfert <felfert@to.com> | 2001-01-20 19:04:29 +0000 |
commit | 723d2de44a781369429952c3b67127571ac76f59 (patch) | |
tree | 8b814414e2f4f9fb5dd1199d2530fced68a87a33 /plpftp | |
parent | cf5a844d0446ab652baa21b85ebf0ec542e7fd22 (diff) | |
download | plptools-723d2de44a781369429952c3b67127571ac76f59.tar.gz plptools-723d2de44a781369429952c3b67127571ac76f59.tar.bz2 plptools-723d2de44a781369429952c3b67127571ac76f59.zip |
- plpftp: Added ownerinfo in help.
- Updated specfile.
Diffstat (limited to 'plpftp')
-rw-r--r-- | plpftp/ftp.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plpftp/ftp.cc b/plpftp/ftp.cc index 5769660..aed9948 100644 --- a/plpftp/ftp.cc +++ b/plpftp/ftp.cc @@ -112,6 +112,7 @@ void ftp::usage() { cout << " killsave <unixfile>" << endl; cout << " runrestore <unixfile>" << endl; cout << " machinfo" << endl; + cout << " ownerinfo" << endl; } static int Wildmat(const char *s, char *p); |