From 8a3ac8aad28546517f350a1163970426212d6436 Mon Sep 17 00:00:00 2001
From: Mick Jordan <mick.jordan@oracle.com>
Date: Sat, 1 Feb 2014 18:13:07 -0800
Subject: [PATCH] minor change to README

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c6ad4fe02f..faa9f23097 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,8 @@ The first build will also download various required libraries, so there should b
 If you are behind a firewall, make sure that you have the 'http_proxy' environment variable set appropriately.
 
 After building, running the FastR console is done with `mx r` or 'mx R'.
-FastR is supposed to support the same command line arguments as R, so running an R script is done with `mx R -f <file>`.
+FastR supports the same command line arguments as R, so running an R script is done with `mx R -f <file>`.
+However, many of the command line options are not yet implemented.
 
 ## IDE Usage
 
-- 
GitLab