summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Peter <megastep@megastep.org>2021-11-01 02:20:17 -0700
committerStephane Peter <megastep@megastep.org>2021-11-01 02:20:17 -0700
commitc821d2c4bec15628e899f2f896f02f0f887e6046 (patch)
tree5d9752657ae91324fd6626ae3be0428b5de0fb14
parent0eea0198ddeb0e59f5faa131801f14d35d08821e (diff)
downloadmakeself-c821d2c4bec15628e899f2f896f02f0f887e6046.tar.gz
Expanded on LSM
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a931a27..93b444e 100644
--- a/README.md
+++ b/README.md
@@ -102,7 +102,7 @@ makeself.sh [args] archive_dir file_name label startup_script [script_args]
* **`--nowait`** : When executed from a new X11 terminal, disable the user prompt at the end of the script execution.
* **`--nomd5`** and **`--nocrc`** : Disable the creation of a MD5 / CRC checksum for the archive. This speeds up the extraction process if integrity checking is not necessary.
* **`--sha256`** : Adds a SHA256 checksum for the archive. This is in addition to the MD5 / CRC checksums unless `--nomd5` is also used.
- * **`--lsm` _file_** : Provide and LSM file to makeself, that will be embedded in the generated archive. LSM files are describing a software package in a way that is easily parseable. The LSM entry can then be later retrieved using the `--lsm` argument to the archive. An example of a LSM file is provided with Makeself.
+ * **`--lsm` _file_** : Provide a Linux Software Map (LSM) file to makeself, that will be embedded in the generated archive. LSM files are describing a software package in a way that is easily parseable. The LSM entry can then be later retrieved using the `--lsm` argument to the archive. An example of a LSM file is provided with Makeself.
* **`--tar-format opt`** : Specify the tar archive format (default is ustar); you may use any value accepted by your tar command (such as posix, v7, etc).
* **`--tar-extra opt`** : Append more options to the tar command line.