about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README13
-rw-r--r--xtools.114
2 files changed, 19 insertions, 8 deletions
diff --git a/README b/README
index 83ecfc8..ed9a314 100644
--- a/README
+++ b/README
@@ -75,9 +75,11 @@ COMMANDS
      package
        -q  quiet mode, show package names only
 
-     xpkg [-R repo] [-amOHDvV] – convenient package lister
+     xpkg [-R repo] [-r rootdir] [-amOHDvV] – convenient package lister
        -R repo
            consider only packages from repo
+       -r rootdir
+           specifies a full path for the target root directory
        -a  list all packages (default: only installed)
        -m  list manual packages
        -O  list orphaned packages
@@ -106,11 +108,14 @@ COMMANDS
      xsubpkg [-m] pkg – list all subpackages of a package
        -m  only print main package
 
-     xuname – display system info relevant for debugging Void
-
      xpcdeps pcfile ... – finds package matching the Requires: section of pkg-
      config files
 
+     xuname – display system info relevant for debugging Void
+
+     xvoidstrap dir [packages] – bootstrap a new Void installation
+
+
 DESCRIPTION
      Tools working on the void-packages tree use xdistdir to find it, check
      that its output is reasonable first.
@@ -129,4 +134,4 @@ LICENSE
 BUGS
      All bugs should be reported to https://github.com/leahneukirchen/xtools
 
-Void Linux                        May 2, 2017                       Void Linux
+Void Linux                       June 25, 2019                      Void Linux
diff --git a/xtools.1 b/xtools.1
index 59249cd..d6d9701 100644
--- a/xtools.1
+++ b/xtools.1
@@ -1,4 +1,4 @@
-.Dd May 2, 2017
+.Dd June 25, 2019
 .Dt XTOOLS 1
 .Os
 .Sh NAME
@@ -229,12 +229,18 @@ query remote repos
 only print main package
 .El
 .Pp
-.Nm xuname
-.Nd display system info relevant for debugging Void
-.Pp
 .Nm xpcdeps
 .Ar pcfile ...
 .Nd finds package matching the Requires: section of pkg-config files
+.Pp
+.Nm xuname
+.Nd display system info relevant for debugging Void
+.Pp
+.Nm xvoidstrap
+.Ar dir
+.Op Ar packages
+.Nd bootstrap a new Void installation
+.Pp
 .Sh DESCRIPTION
 Tools working on the void-packages tree use
 .Nm xdistdir