Skip to content
Snippets Groups Projects
Commit dc0ea180 authored by rswindell's avatar rswindell
Browse files

Ignore legacy /T option (for DOS time-slice API).

parent 29c0f7c0
No related branches found
No related tags found
No related merge requests found
......@@ -177,6 +177,9 @@ int main(int argc, char **argv)
case 'Y':
auto_save=TRUE;
break;
case 'T':
/* Legacy (time-slice API), ignore */
break;
default:
USAGE:
printf("\nusage: scfg [ctrl_dir] [options]"
......
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