summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLogan <MondayHopscotch@users.noreply.github.com>2016-05-11 11:35:04 -0600
committerLogan <MondayHopscotch@users.noreply.github.com>2016-05-11 11:35:04 -0600
commit5341eb80ce574337e2f7f2b5d658742d7f4f3ac5 (patch)
tree353f94149ceeea4c6dc5d021bed9ee0c18e20af6 /README.md
parent98c328ab0cd5f86c47d70a5b9f0e5f38cf32b663 (diff)
downloadmakeself-5341eb80ce574337e2f7f2b5d658742d7f4f3ac5.tar.gz
Correct readme wording
The readme suggests that it's optional to use the `--` to cause additional parameters to be passed to the underlying script. However, it seems required based on looking at the code and the comments therein.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3868799..1855a53 100644
--- a/README.md
+++ b/README.md
@@ -130,7 +130,7 @@ Archives generated with Makeself 2.1 can be passed the following arguments:
* _--noexec_ : Do not run the embedded script after extraction.
Any subsequent arguments to the archive will be passed as additional arguments
-to the embedded command. You should explicitly use the _--_ special command-
+to the embedded command. You must explicitly use the _--_ special command-
line construct before any such options to make sure that Makeself will not try
to interpret them.