summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanila Vershinin <ciapnz@gmail.com>2021-05-15 01:09:57 +0300
committerGitHub <noreply@github.com>2021-05-14 15:09:57 -0700
commit4c29f614e0271764b368fdf20867e63e5cd83b3e (patch)
tree101c1b2c69ba3978eb2aa4402c5366ca0d4b670a
parent46df693624e48d1b7a895d482a791557987c61d8 (diff)
downloadmakeself-4c29f614e0271764b368fdf20867e63e5cd83b3e.tar.gz
Wording fix (#246)
Not an English guru, but I believe the correct here is contain*ed*
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 496782e..9c92c4b 100644
--- a/README.md
+++ b/README.md
@@ -115,7 +115,7 @@ makeself.sh [args] archive_dir file_name label startup_script [script_args]
* `archive_dir` is the name of the directory that contains the files to be archived
* `file_name` is the name of the archive to be created
* `label` is an arbitrary text string describing the package. It will be displayed while extracting the files.
- * `startup_script` is the command to be executed _from within_ the directory of extracted files. Thus, if you wish to execute a program contain in this directory, you must prefix your command with `./`. For example, `./program` will be fine. The `script_args` are additional arguments for this command.
+ * `startup_script` is the command to be executed _from within_ the directory of extracted files. Thus, if you wish to execute a program contained in this directory, you must prefix your command with `./`. For example, `./program` will be fine. The `script_args` are additional arguments for this command.
Here is an example, assuming the user has a package image stored in a **/home/joe/mysoft**, and he wants to generate a self-extracting package named
**mysoft.sh**, which will launch the "setup" script initially stored in /home/joe/mysoft :