Change the long opt from map to overlay.

This commit is contained in:
Chris Johns 2012-12-23 17:04:11 +11:00
parent 287569cc8a
commit 58250099cd

View File

@ -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 }
};