Add DPRS usage infor

pull/32/head
Geoffrey Merck 3 years ago
parent 4849b7a188
commit 4e6f307782

@ -35,7 +35,7 @@ int main(int argc, const char * argv[])
std::vector<std::string> filenames; std::vector<std::string> filenames;
if (!parseCLIArgs(argc, argv, repeater, filenames, text, dprs)) { if (!parseCLIArgs(argc, argv, repeater, filenames, text, dprs)) {
::fprintf(stderr, "dgwvoicetransmit: invalid command line usage: dgwvoicetransmit [-text text] <repeater> <file1> <file2> ..., exiting\n"); ::fprintf(stderr, "dgwvoicetransmit: invalid command line usage: dgwvoicetransmit [-text text] [-dprs dprs] <repeater> <file1> <file2> ..., exiting\n");
return 1; return 1;
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.