diff options
author | Leah Neukirchen <leah@vuxu.org> | 2023-01-31 14:42:45 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2023-01-31 14:42:45 +0100 |
commit | 59a9003b0dfa034abb52860bea3d568b0471d786 (patch) | |
tree | a7600ea19700711dcf95d8c9865aea45e75da153 | |
parent | 1a66b5e4e96c811b2c3e58cabcdc4bf185d80810 (diff) | |
download | xtools-59a9003b0dfa034abb52860bea3d568b0471d786.tar.gz xtools-59a9003b0dfa034abb52860bea3d568b0471d786.tar.xz xtools-59a9003b0dfa034abb52860bea3d568b0471d786.zip |
xtools.1: fix lint
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | xtools.1 | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/README b/README index 1e4f172..0d7c826 100644 --- a/README +++ b/README @@ -134,7 +134,7 @@ COMMANDS -f compare package file lists -r reverse diff (compare local to remote) -x compare package dependencies - -t compare the full package dependency tree. Only used with -x + -t compare the full package dependency tree. Only used with -x (equivalent to xbps-query --fulldeptree -x) -a arch set architecture for comparison diff --git a/xtools.1 b/xtools.1 index 053439e..185c073 100644 --- a/xtools.1 +++ b/xtools.1 @@ -99,7 +99,6 @@ use to lint all templates staged in the git index .El .It Nm xlocate Fl g | Fl S | Ar pattern -.Oc .Nd locate files in all XBPS packages .Bl -tag -offset 2n -width 2n -compact .It Fl g @@ -190,7 +189,8 @@ reverse diff (compare local to remote) .It Fl x compare package dependencies .It Fl t -compare the full package dependency tree. Only used with -x (equivalent to xbps-query --fulldeptree -x) +compare the full package dependency tree. +Only used with -x (equivalent to xbps-query --fulldeptree -x) .It Fl a Ar arch set architecture for comparison .It Fl R Ar url @@ -212,7 +212,7 @@ query remote repos .El .It Nm xrecent Op Ar repourl | arch .Nd list packages in repo ordered by build date -.It Nm xrevbump Ar message Ar templates ... Op Ar -- git commit options +.It Nm xrevbump Ar message Ar templates ... Op Ar -\&- git commit options .Nd increase template revision and commit. Use .Sq Cm \&- to read templates from stdin. @@ -234,6 +234,7 @@ only print main package .Nd display system info relevant for debugging Void .It Nm xvoidstrap Ar dir Op Ar packages .Nd bootstrap a new Void installation +.El .Sh DESCRIPTION Tools working on the void-packages tree use .Nm xdistdir |