* symfile.c (add_symbol_file_command): Update message on usage.
This commit is contained in:
Yao Qi 2011-09-29 02:04:25 +00:00
parent 54e8959c60
commit 412946b6ba
2 changed files with 5 additions and 1 deletions

View file

@ -2256,7 +2256,7 @@ add_symbol_file_command (char *args, int from_tty)
}
else
error (_("USAGE: add-symbol-file <filename> <textaddress>"
" [-mapped] [-readnow] [-s <secname> <addr>]*"));
" [-readnow] [-s <secname> <addr>]*"));
}
}
}