remove old dev command line arguments; add missing copyright lines;

pull/61/head
Bryan Biedenkapp 2 years ago
parent dcb25cfb58
commit feb3c84694

@ -9,6 +9,7 @@
* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) * @license GPLv2 License (https://opensource.org/licenses/GPL-2.0)
* *
* Copyright (C) 2024 Patrick McDonnell, W3AXL * Copyright (C) 2024 Patrick McDonnell, W3AXL
* Copyright (C) 2024 Bryan Biedenkapp, N2PLL
* *
*/ */
#include "Defines.h" #include "Defines.h"

@ -9,6 +9,7 @@
* @license GPLv2 License (https://opensource.org/licenses/GPL-2.0) * @license GPLv2 License (https://opensource.org/licenses/GPL-2.0)
* *
* Copyright (C) 2024 Patrick McDonnell, W3AXL * Copyright (C) 2024 Patrick McDonnell, W3AXL
* Copyright (C) 2024 Bryan Biedenkapp, N2PLL
* *
*/ */
#include "Defines.h" #include "Defines.h"
@ -107,7 +108,6 @@ void usage(const char* message, const char* arg)
"usage: %s [-vhf]" "usage: %s [-vhf]"
"[--syslog]" "[--syslog]"
"[-c <configuration file>]" "[-c <configuration file>]"
"[-a <address>] [-p <port>] [-P <peer id>]"
"\n\n" "\n\n"
" -v show version information\n" " -v show version information\n"
" -h show this screen\n" " -h show this screen\n"

Loading…
Cancel
Save

Powered by TurnKey Linux.