Skip to content

Commit

Permalink
update manpage:
Browse files Browse the repository at this point in the history
- add options -> log, mypkgs
- some descriptions
  • Loading branch information
sinetoami committed Oct 25, 2018
1 parent 53d2dfe commit 763465f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
11 changes: 10 additions & 1 deletion man/vpsm.1
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,15 @@ vpsm \- void\-packages sources management wrapper for xbps\-src.
\fBlist, l\fP
Lists installed packages in \fB\fC<masterdir>\fR\&.

.PP
\fBlog, lg\fP \fI<pkgname>\fP
Commit log for \fB\fC<pkgname>\fR XBPS template.

.PP
\fBmypkgs, mp\fP \fI[email]\fP
List all pkgs maintained by the owner repository.
Pass a [email] to list pkgs maintained by other owner than yourself.

.PP
\fBnew, n\fP \fI<pkgname>\fP
Create a new \fB\fC<pkgname>\fR package.
Expand Down Expand Up @@ -152,7 +161,7 @@ vpsm \- void\-packages sources management wrapper for xbps\-src.

.PP
\fBxgsum\fP \fI<pkgname>\fP
Generate SHA256 for \fB\fC<pkgname>\fR template.
Generate SHA256 for \fB\fC<pkgname>\fR template \- more details \fBxtools\fP(1).

.PP
\fBxinstall, xi\fP \fI<pkgname>\fP
Expand Down
13 changes: 10 additions & 3 deletions man/vpsm.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@ XBPS-SRC SUBCOMMANDS
**list, l**
Lists installed packages in `<masterdir>`.

**log, lg** *<pkgname>*
Commit log for `<pkgname>` XBPS template.

**mypkgs, mp** *[email]*
List all pkgs maintained by the owner repository.
Pass a [email] to list pkgs maintained by other owner than yourself.

**new, n** *<pkgname>*
Create a new `<pkgname>` package.

Expand All @@ -103,7 +110,7 @@ XBPS-SRC SUBCOMMANDS
Removes all obsolete distfiles in `<hostdir>/sources`.

**searchbin, sb** *<pkgname>*
Search in `<hostdir>/binpkgs` for package by `<name>` - use xbps-query.
Search in `<hostdir>/binpkgs` for package by `<name>` - use **xbps-query**(1).

**searchsrc, ss** *<pkgname>*
Search in `<srcpkgs>` for package by `<name>`.
Expand All @@ -130,7 +137,7 @@ XBPS-SRC SUBCOMMANDS
Rebuilds packages in system and updates them.

**xgsum** *<pkgname>*
Generate SHA256 for `<pkgname>` template.
Generate SHA256 for `<pkgname>` template - more details **xtools**(1).

**xinstall, xi** *<pkgname>*
Like xbps-install -S `<pkgname>`, but take cwd repo and sudo/su into
Expand All @@ -156,7 +163,7 @@ AUTHOR
SEE ALSO
--------

**xtools**(1), **git-add**(1)
**xtools**(1), **git-add**(1), **xbps-query**(1)

SEE ALSO
--------
Expand Down

0 comments on commit 763465f

Please sign in to comment.