mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 18:35:11 +00:00
[MOD] Add manpages
Oops, gitignore didn't track these
This commit is contained in:
parent
8042ccc0cc
commit
27e0b96ecd
5 changed files with 290 additions and 0 deletions
39
etc/man/man1/parsee-adminify.1
Normal file
39
etc/man/man1/parsee-adminify.1
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
." The last field is the codename, by the way.
|
||||
." ALL MANPAGES FOR PARSEE ARE UNDER PUBLIC DOMAIN
|
||||
.TH parsee-adminify 1 "Parsee Utility" "phantasmagoria"
|
||||
|
||||
.SH NAME
|
||||
parsee-adminify - bootstrap an admin to a new Parsee server
|
||||
|
||||
.SH SYNOPSIS
|
||||
parsee-adminify
|
||||
.B [DB path]
|
||||
.B [user]
|
||||
|
||||
.SH DESCRIPTION
|
||||
.I parsee-adminify
|
||||
is a tool to add/list the Parsee administrator list. It currently only
|
||||
allows you to see/add admins to it, using simplified globrules.
|
||||
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.B [DB path]
|
||||
The DB directory this tool will use to manage administrators.
|
||||
.TP
|
||||
.B [user]
|
||||
If set, adds the glob
|
||||
.I [user]
|
||||
as a Parsee administrator. Otherwise, lists all administrators in
|
||||
the Parsee instance.
|
||||
|
||||
.SH BUGS
|
||||
.PP
|
||||
Currently not available with flat-based backends.
|
||||
|
||||
.SH LICENSE
|
||||
Unlike Parsee,
|
||||
.B parsee-adminify
|
||||
is under the CC0/PD.
|
||||
|
||||
.SH SEE ALSO
|
||||
.B parsee-config(1), parsee-aya(1), parsee(1)
|
||||
Loading…
Add table
Add a link
Reference in a new issue