diff --git a/help/README.md b/help/README.md
index c50e21a..da11671 100644
--- a/help/README.md
+++ b/help/README.md
@@ -1,4 +1,4 @@
-# orcli 0.4.0
+# orcli 0.4.1
 
 ## command help screens
 
@@ -67,10 +67,10 @@ Examples:
   orcli delete "duplicates"
   orcli run --interactive
   orcli run << EOF
-    orcli import csv "https://git.io/fj5hF" --projectName "duplicates"
-    orcli transform "duplicates" "https://git.io/fj5ju"
-    orcli export tsv "duplicates"
-  EOF
+  orcli import csv "https://git.io/fj5hF" --projectName "duplicates"
+  orcli transform "duplicates" "https://git.io/fj5ju"
+  orcli export tsv "duplicates"
+EOF
 
 https://github.com/opencultureconsulting/orcli
 
diff --git a/help/import_csv.md b/help/import_csv.md
index f836ffa..4e8abd0 100644
--- a/help/import_csv.md
+++ b/help/import_csv.md
@@ -18,6 +18,7 @@ Options:
   --columnNames COLUMNNAMES
     set column names (comma separated)
     hint: add --ignoreLines 1 to overwrite existing header row
+    Conflicts: --headerLines
 
   --encoding ENCODING
     set character encoding
@@ -28,6 +29,7 @@ Options:
   --headerLines HEADERLINES
     parse x line(s) as column headers
     Default: 1
+    Conflicts: --columnNames
 
   --ignoreLines IGNORELINES
     ignore first x line(s) at beginning of file
@@ -48,7 +50,7 @@ Options:
 
   --quoteCharacter QUOTECHARACTER
     quote character to enclose cells containing column separators
-    Default: "
+    Default: \"
 
   --skipBlankRows
     do not store blank rows
diff --git a/help/import_tsv.md b/help/import_tsv.md
index 5c39d3a..6965684 100644
--- a/help/import_tsv.md
+++ b/help/import_tsv.md
@@ -14,6 +14,7 @@ Options:
   --columnNames COLUMNNAMES
     set column names (comma separated)
     hint: add --ignoreLines 1 to overwrite existing header row
+    Conflicts: --headerLines
 
   --encoding ENCODING
     set character encoding
@@ -24,6 +25,7 @@ Options:
   --headerLines HEADERLINES
     parse x line(s) as column headers
     Default: 1
+    Conflicts: --columnNames
 
   --ignoreLines IGNORELINES
     ignore first x line(s) at beginning of file
@@ -44,7 +46,7 @@ Options:
 
   --quoteCharacter QUOTECHARACTER
     quote character to enclose cells containing column separators
-    Default: "
+    Default: \"
 
   --skipBlankRows
     do not store blank rows
diff --git a/help/run.md b/help/run.md
index beab649..ef3190e 100644
--- a/help/run.md
+++ b/help/run.md
@@ -33,23 +33,23 @@ Arguments:
 Examples:
   orcli run --interactive
   orcli run << EOF
-    orcli import csv "https://git.io/fj5hF" --projectName "duplicates"
-    orcli transform "duplicates" "https://git.io/fj5ju"
-    orcli export tsv "duplicates"
-  EOF
+  orcli import csv "https://git.io/fj5hF" --projectName "duplicates"
+  orcli transform "duplicates" "https://git.io/fj5ju"
+  orcli export tsv "duplicates"
+EOF
   orcli run --memory "2000M" --port "3334" << EOF
-    orcli import csv "https://git.io/fj5hF" --projectName "duplicates" &
-    orcli import csv "https://git.io/fj5hF" --projectName "copy" &
-    wait
-    echo "finished import"
-    orcli export csv "duplicates" --output duplicates.csv &
-    orcli export tsv "duplicates" --output duplicates.tsv &
-    wait
-    wc duplicates*
-  EOF
+  orcli import csv "https://git.io/fj5hF" --projectName "duplicates" &
+  orcli import csv "https://git.io/fj5hF" --projectName "copy" &
+  wait
+  echo "finished import"
+  orcli export csv "duplicates" --output duplicates.csv &
+  orcli export tsv "duplicates" --output duplicates.tsv &
+  wait
+  wc duplicates*
+EOF
   orcli run --interactive "file1.sh" "file2.sh" - << EOF
-    echo "finished in $SECONDS seconds"
-  EOF
+  echo "finished in $SECONDS seconds"
+EOF
 
 ```
 
diff --git a/orcli b/orcli
index 527bbed..a9a3eca 100755
--- a/orcli
+++ b/orcli
@@ -5178,7 +5178,7 @@ orcli_run_parse_requirements() {
 
 # :command.initialize
 initialize() {
-  version="0.4.0"
+  version="0.4.1"
   long_usage=''
   set -e
 
diff --git a/src/bashly.yml b/src/bashly.yml
index 0edb2ad..73ff03d 100644
--- a/src/bashly.yml
+++ b/src/bashly.yml
@@ -1,6 +1,6 @@
 name: orcli
 help: OpenRefine command-line interface written in Bash
-version: 0.4.0
+version: 0.4.1
 footer: https://github.com/opencultureconsulting/orcli
 
 dependencies: