Improved -k parameter documentation

This commit is contained in:
Horea Christian 2020-08-31 19:46:24 -04:00
parent 9175f43062
commit bc4d5e7320
2 changed files with 3 additions and 3 deletions

View file

@ -53,7 +53,7 @@ Command line arguments:
-p: compresses parallelly using pbzip2.
-e: an additional excludes directory (one dir one -e).
-s: makes tarball of current system.
-k: separately save current kernel modules and src (smaller & save decompression time).
-k: separately save current kernel modules and src (creates smaller archives and saves decompression time).
-t: makes tarball of system located at the <target-mountpoint>.
-C: specify tar compression (shows available on runtime and default is bz2)
-h: displays help message.
@ -75,7 +75,7 @@ To preserve binary attributes and use numeric owner identifiers (considered good
tar xvjpf archive_name.tar.bz2 --xattrs-include='*.*' --numeric-owner
```
If you use the `-k` option, extract `src` and the modules separately:
If you use the `-k` option, extract the `src` and modules archives separately:
```bash
tar xvjpf archive_name.tar.bz2.kmod

View file

@ -53,7 +53,7 @@ USAGE="usage:\n\
-e: an additional excludes directory (one dir one -e, donot use it with *).\n\
-i: an additional target to include. This has higher precedence than -e, -t, and -s.\n\
-s: makes tarball of current system.\n\
-k: separately save current kernel modules and src (smaller & save decompression time).\n\
-k: separately save current kernel modules and src (creates smaller archives and saves decompression time).\n\
-t: makes tarball of system located at the <target-mountpoint>.\n\
-C: specify tar compression (available: ${!COMPRESS_AVAILABLE[*]}).\n\
-h: displays help message."