Skip to content
Snippets Groups Projects
Commit a6df28ed authored by Jonathan Hanks's avatar Jonathan Hanks
Browse files

Update usage information on local_dc.

parent 5f473a77
No related branches found
No related tags found
1 merge request!182Update local_dc to allow reading the model list from a systab file.
......@@ -446,7 +446,7 @@ int __CDECL
's',
ARGS_NO_LONG,
"systems",
"Space seperated list of systems.",
"Space seperated list of systems (conflicts with --systab).",
&sysname_,
"" );
args_add_string_ptr(
......@@ -454,7 +454,7 @@ int __CDECL
ARGS_NO_SHORT,
"systab",
"systab file",
"Read the model list from the given systab file (overrides -s).",
"Read the model list from the given systab file (conflicts with -s).",
&systab_fname,
"" );
args_add_string_ptr( arg_parser,
......
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