summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDridi Boukelmoune <dridi.boukelmoune@gmail.com>2023-04-24 08:00:05 +0000
committerGitHub <noreply@github.com>2023-04-24 01:00:05 -0700
commit948700a5c51f4fd0972317ba7c8199fb270007e4 (patch)
treec43cadadd70b8997e896c017d32f76fff701c434
parentd8196eca0e283839d552112eeb064531088b588d (diff)
downloadmakeself-948700a5c51f4fd0972317ba7c8199fb270007e4.tar.gz
Remove stale makeself.lsm reference from README (#303)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8bcfb54..873426d 100644
--- a/README.md
+++ b/README.md
@@ -104,7 +104,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 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.
+ * **`--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.
* **`--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.