summaryrefslogtreecommitdiffstats
path: root/debootstrap
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-08-15 18:43:04 (GMT)
committerJoey Hess <joey@kitenet.net>2011-08-15 18:43:04 (GMT)
commit67a5a622758fc1d2e070083f82ab5dadf6edfcdb (patch)
tree6f56ee81a423b6e9c0085da76ecc217121f43994 /debootstrap
parenta0785d5497a1971834764e11662d915647d7da14 (diff)
downloaddebootstrap-67a5a622758fc1d2e070083f82ab5dadf6edfcdb.zip
debootstrap-67a5a622758fc1d2e070083f82ab5dadf6edfcdb.tar.gz
debootstrap-67a5a622758fc1d2e070083f82ab5dadf6edfcdb.tar.bz2
Clarify "target" in usage message.
Users complained that "target" is jargon and they have no mad man page reading skillz.
Diffstat (limited to 'debootstrap')
-rwxr-xr-xdebootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/debootstrap b/debootstrap
index 42f7133..d3b706e 100755
--- a/debootstrap
+++ b/debootstrap
@@ -79,7 +79,7 @@ usage_err()
usage()
{
echo "Usage: ${0##*/} [OPTION]... <suite> <target> [<mirror> [<script>]]"
- echo "Bootstrap Debian base system."
+ echo "Bootstrap a Debian base system into a target directory."
echo
cat <<EOF
--help display this help and exit
@@ -89,7 +89,7 @@ usage()
--download-only download packages, but don't perform installation
--print-debs print the packages to be installed, and exit
- --arch=A set the target architecture (use if no dpkg)
+ --arch=A set the architecture to install (use if no dpkg)
[ --arch=powerpc ]
--include=A,B,C adds specified names to the list of base packages