* remote.c (remote_wait): Convert warning to error before
[deliverable/binutils-gdb.git] / binutils / windres.c
index 4336f006e74a9f85dafd1fd0ed14ce44b0420898..50af427d0f3cf929bce5ce9d8cb226568709a1bf 100644 (file)
@@ -659,6 +659,7 @@ usage (FILE *stream, int status)
 #endif
   fprintf (stream, _("\
   -r                           Ignored for compatibility with rc\n\
+  @<file>                      Read options from <file>\n\
   -h --help                    Print this help message\n\
   -V --version                 Print version information\n"));
   fprintf (stream, _("\
@@ -767,6 +768,8 @@ main (int argc, char **argv)
   program_name = argv[0];
   xmalloc_set_program_name (program_name);
 
+  expandargv (&argc, &argv);
+
   bfd_init ();
   set_default_bfd_target ();
 
This page took 0.022403 seconds and 4 git commands to generate.