diff options
author | Fritz Elfert <felfert@to.com> | 2002-07-07 23:47:24 +0000 |
---|---|---|
committer | Fritz Elfert <felfert@to.com> | 2002-07-07 23:47:24 +0000 |
commit | d522ed4ca487f2b7de034d59586dcda051cd780f (patch) | |
tree | 51e67e6e8b3db93dff37e703020b5098eda82518 /ncpd/main.cc | |
parent | cc7a56eff4b8b4997a29f4c6b2c7023169a1d17f (diff) | |
download | plptools-d522ed4ca487f2b7de034d59586dcda051cd780f.tar.gz plptools-d522ed4ca487f2b7de034d59586dcda051cd780f.tar.bz2 plptools-d522ed4ca487f2b7de034d59586dcda051cd780f.zip |
- Fixed some typos
Diffstat (limited to 'ncpd/main.cc')
-rw-r--r-- | ncpd/main.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ncpd/main.cc b/ncpd/main.cc index 7802616..4d84daa 100644 --- a/ncpd/main.cc +++ b/ncpd/main.cc @@ -133,7 +133,7 @@ static void help() { cout << _( - "Usage: plpnfsd [OPTIONS]...\n" + "Usage: ncpd [OPTIONS]...\n" "\n" "Supported options:\n" "\n" @@ -261,7 +261,7 @@ main(int argc, char **argv) usage(); return -1; case 'V': - cout << _("plpnfsd Version ") << VERSION << endl; + cout << _("ncpd Version ") << VERSION << endl; return 0; case 'h': help(); |