aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ncpd/main.cc4
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();