diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2014-09-15 03:02:06 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2014-09-15 03:02:06 +0200 |
commit | 2b1a69f7a18c8fc74eb44964089264d58b23482d (patch) | |
tree | 243f7c490ac9488ca04429894fef1880b10cfb54 /README | |
parent | 8220996bc5e6a85c598552a212783992811857d6 (diff) | |
download | xtools-2b1a69f7a18c8fc74eb44964089264d58b23482d.tar.gz xtools-2b1a69f7a18c8fc74eb44964089264d58b23482d.tar.xz xtools-2b1a69f7a18c8fc74eb44964089264d58b23482d.zip |
xbulk: only build packages given on command line, resolve subpkgs
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README index 91d9833..ef26b53 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ These are a few small utilities for use with XBPS: https://github.com/voidlinux/xbps - xbulk [-n] [-k] [-xbps_src_flags] PKG... - simple XBPS bulk builder + xbulk [-n] [-k] [xbps-src flags...] PKGS... - simple XBPS bulk builder xbump PKGNAME [git commit options] - git commit a version bump xdiff [-u] [DIR] - merge XBPS .new-* files xdistdir - figure out XBPS_DISTDIR |