changeset 27:79cef4a790cc draft

Uploaded
author greg
date Fri, 19 Aug 2016 14:52:00 -0400
parents 641c4954c76c
children 22043dadfd2c
files bmsb.R
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bmsb.R	Fri Aug 19 14:48:43 2016 -0400
+++ b/bmsb.R	Fri Aug 19 14:52:00 2016 -0400
@@ -3,7 +3,7 @@
 suppressPackageStartupMessages(library("optparse"))
 
 options_list <- list(
-    make_option(c("-i", "--input"), action="store", help="Input dataset")
+    make_option(c("-n", "--input"), action="store", help="Input dataset")
     make_option(c("-o", "--output"), action="store", help="Output dataset")
 )