blob: 41f7af487b5d899bb809993e75ca65e6d60059c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
\usepackage{latex2man}
\begin{Name}{1piny}{rmaccess}{Piny Team}{Piny}{rmaccess}
\Prog{rmaccess} - remove access to a repository
\section{Synopsis}
\Prog{rmaccess} \Arg{reponame} \Arg{username} \Dots
\section{Description}
The \Prog{rmaccess} command denies users write access to a repository.
It may only be run by the owner of the repository.
For each \Arg{username} passed on the command line, \Prog{addaccess} will deny write permission to the repository.
Other users are not affected.
\section{Bugs}
You cannot deny write permission to the owner of the repository.
If you try, the program will appear to succeed, but the owner will still be able to make changes.
|