diff options
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); |