mirror of
https://git.rtems.org/rtems-tools/
synced 2025-06-03 18:49:33 +08:00
Change the long opt from map to overlay.
This commit is contained in:
parent
287569cc8a
commit
58250099cd
@ -846,7 +846,7 @@ static struct option rld_opts[] = {
|
||||
{ "strings", no_argument, NULL, 's' },
|
||||
{ "symbols", no_argument, NULL, 'S' },
|
||||
{ "relocs", no_argument, NULL, 'r' },
|
||||
{ "map", no_argument, NULL, 'm' },
|
||||
{ "overlay", no_argument, NULL, 'o' },
|
||||
{ "expand", no_argument, NULL, 'x' },
|
||||
{ NULL, 0, NULL, 0 }
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user