summaryrefslogtreecommitdiff
path: root/rtems-rapper.cpp
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2012-12-23 17:04:11 +1100
committerChris Johns <chrisj@rtems.org>2012-12-23 17:04:11 +1100
commitc2a8c0db85111da3eadce87a8857aaf2af76ed48 (patch)
tree2451556831050923e8bbe17094f6ab33a7165c8d /rtems-rapper.cpp
parent1aa80caf9572b5fd2cb31f15bb1153e5839d28f4 (diff)
Change the long opt from map to overlay.
Diffstat (limited to 'rtems-rapper.cpp')
-rw-r--r--rtems-rapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtems-rapper.cpp b/rtems-rapper.cpp
index 50d122c..54db1d4 100644
--- a/rtems-rapper.cpp
+++ b/rtems-rapper.cpp
@@ -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 }
};