summaryrefslogtreecommitdiff
path: root/rtems-ra.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rtems-ra.cpp')
-rw-r--r--rtems-ra.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtems-ra.cpp b/rtems-ra.cpp
index 0900ccc..5edfb12 100644
--- a/rtems-ra.cpp
+++ b/rtems-ra.cpp
@@ -177,7 +177,7 @@ main (int argc, char* argv[])
while (true)
{
- int opt = ::getopt_long (argc, argv, "hVvnS:a:p:L:l:o:C:E:c:R:W:A:r:d", rld_opts, NULL);
+ int opt = ::getopt_long (argc, argv, "hVvnSa:p:L:l:o:C:E:c:R:W:A:r:d:", rld_opts, NULL);
if (opt < 0)
break;