From 1fb61e9cca5bb143b7404ec0b2f6ae3c3d72a10e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 15 Dec 2008 07:42:21 +0100 Subject: [PATCH] xbps.sh: replace some tabs to spaces in usage(). --HG-- extra : convert_revision : d39e1832f612c017f2a3bb11645f13d50d85e1ea --- xbps.sh | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/xbps.sh b/xbps.sh index aab71d151d2..5ef71db338c 100755 --- a/xbps.sh +++ b/xbps.sh @@ -40,30 +40,30 @@ usage() $progname: [-C] [-c ] Targets: - build Build a package (fetch + extract + configure + build). - build-pkg [|all] Build a binary package from . - Package must be installed into destdir. If the - keyword is used instead of , all packages - currently installed will be used. - chroot Enter to the chroot in masterdir. - configure Configure a package (fetch + extract + configure). - extract Extract distribution file(s) into build directory. - fetch Download distribution file(s). - info Show information about . - install-destdir build + install into destdir. - install install-destdir + stow. - list List installed packages in masterdir. - listfiles List installed files from . - remove Remove package completely (destdir + masterdir). - stow Copy files from destdir into masterdir and - register package in database. - unstow Remove files from masterdir and unregister - package from database. + build Build a package (fetch + extract + configure + build). + build-pkg [|all] Build a binary package from . + Package must be installed into destdir. If the + keyword is used instead of , all packages + currently installed will be used. + chroot Enter to the chroot in masterdir. + configure Configure a package (fetch + extract + configure). + extract Extract distribution file(s) into build directory. + fetch Download distribution file(s). + info Show information about . + install-destdir build + install into destdir. + install install-destdir + stow. + list List installed packages in masterdir. + listfiles List installed files from . + remove Remove package completely (destdir + masterdir). + stow Copy files from destdir into masterdir and + register package in database. + unstow Remove files from masterdir and unregister + package from database. Options: - -C Do not remove build directory after successful installation. - -c Path to global configuration file: - if not specified /etc/xbps.conf is used. + -C Do not remove build directory after successful installation. + -c Path to global configuration file: + if not specified /etc/xbps.conf is used. _EOF exit 1 }