diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-13 10:47:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-13 10:47:35 +0000 |
commit | 0c3e9ca42022aae3d28e543483f76e152eeedaf4 (patch) | |
tree | 677f30a732cf8589d46377b2f3a0676dd557ff65 /pkgtools | |
parent | 8c97d9adbd2bd86e7565d0768b4c3fee4eacdfdc (diff) | |
download | pkgsrc-0c3e9ca42022aae3d28e543483f76e152eeedaf4.tar.gz |
Sort options in usage.
Diffstat (limited to 'pkgtools')
-rwxr-xr-x | pkgtools/pkg_rolling-replace/files/pkg_rolling-replace.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_rolling-replace/files/pkg_rolling-replace.sh b/pkgtools/pkg_rolling-replace/files/pkg_rolling-replace.sh index 9eb6fce5530..0e9bb8a0dff 100755 --- a/pkgtools/pkg_rolling-replace/files/pkg_rolling-replace.sh +++ b/pkgtools/pkg_rolling-replace/files/pkg_rolling-replace.sh @@ -1,6 +1,6 @@ #!/bin/sh -# $NetBSD: pkg_rolling-replace.sh,v 1.19 2008/05/02 19:04:03 apb Exp $ +# $NetBSD: pkg_rolling-replace.sh,v 1.20 2009/05/13 10:47:35 wiz Exp $ #<license> # Copyright (c) 2006 BBN Technologies Corp. All rights reserved. # @@ -107,8 +107,8 @@ usage() -s Replace even if the ABIs are still compatible ("strict") -u Update outdated packages -v Verbose - -x <pkg> exclude <pkg> from outdated check -X <pkg> exclude <pkg> from being rebuilt + -x <pkg> exclude <pkg> from outdated check pkg_rolling-replace does 'make replace' on one package at a time, tsorting the packages being replaced according to their |