aboutsummaryrefslogtreecommitdiffstats
path: root/plpftp/ftp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'plpftp/ftp.cc')
-rw-r--r--plpftp/ftp.cc1
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);