Skip to content
Snippets Groups Projects
Commit 72d609f2 authored by Erik von Reis's avatar Erik von Reis
Browse files

added -r in as a possible option

parent 419ac7e5
No related branches found
No related tags found
1 merge request!92getmodelrates() refactored and awgtpman can learn model rate from files.
......@@ -104,7 +104,7 @@ CDS_HARDWARE cdsPciModules;
}
system_name[0] = 0;
while ((c = getopt (argc, argv, "h?ta01248ws:l:")) != EOF) {
while ((c = getopt (argc, argv, "h?ta01248wsr:l:")) != EOF) {
switch (c) {
case 'w':
lckall = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment