From 7ed7219157e7765894ee626e376a7b5a8803742f Mon Sep 17 00:00:00 2001 From: Peter Whittaker Date: Tue, 29 Aug 2023 16:30:11 -0400 Subject: [PATCH] Move "--target dir" to after the "--tar-extra" example (#313) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6984ca0..5ac62ab 100644 --- a/README.md +++ b/README.md @@ -107,10 +107,10 @@ makeself.sh [args] archive_dir file_name label startup_script [script_args] * **`--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. - * **`--target dir`** : Specify the directory where the archive will be extracted. For instance, in order to exclude the `.git` directory from the packaged archive directory using the GNU `tar`, one can use `makeself.sh --tar-extra "--exclude=.git" ...` + * **`--target dir`** : Specify the directory where the archive will be extracted. * **`--keep-umask`** : Keep the umask set to shell default, rather than overriding when executing the self-extracting archive. * **`--packaging-date date`** : Use provided string as the packaging date instead of the current date. * **`--license` _file_** : Append a license file.