aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-12-05 21:19:19 +0100
committer Eric Hameleers <alien@slackware.com>2020-12-05 21:19:19 +0100
commit287ca61a6be2c090e51f8de960be95d758bac453 (patch)
treee81a1cf95c5162a9fa54e74b0d5b27337a67de25
parentc1078cb51640d1eb1b8bcb357e8a567f2fc2c680 (diff)
downloadliveslak-287ca61a6be2c090e51f8de960be95d758bac453.tar.gz
liveslak-287ca61a6be2c090e51f8de960be95d758bac453.tar.xz
Fix the help text for the '-t' parameter to make_slackware_live.sh
-rwxr-xr-xmake_slackware_live.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh
index 2fb3901..4bf2039 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -1071,7 +1071,7 @@ do
echo " -m pkglst[,pkglst] Add modules defined by pkglists/<pkglst>,..."
echo " -r series[,series] Refresh only one or a few package series."
echo " -s slackrepo_dir Directory containing ${DISTRO^} repository."
- echo " -t <doc|mandoc|bloat>"
+ echo " -t <none|doc|mandoc|bloat>"
echo " Trim the ISO (remove man and/or doc and/or bloat)."
echo " -v Show debug/error output."
echo " -z version Define your ${DISTRO^} version (default: $SL_VERSION)."