/*
-** driverloader - command line tool for network device driver testing
-** Copyright (C) 2013-2015 Raden Solutions
+** nddload - command line tool for network device driver testing
+** Copyright (C) 2013-2017 Raden Solutions
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** along with this program; if not, write to the Free Software
** Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
**
-** File: loader.cpp
+** File: nddload.cpp
**
**/
if (argc - optind < 2)
{
- _tprintf(_T("Usage: driverloader [-c community] [-p port] [-v snmpVersion] driver host\n"));
+ _tprintf(_T("Usage: nddload [-c community] [-p port] [-v snmpVersion] driver device\n"));
return 1;
}