table of contents
| PPA DESC(1) | PPA Dev Tools Manual | PPA DESC(1) |
NAME¶
ppa desc - Sets the PPA's publically visible description text
SYNOPSIS¶
ppa desc [-h | --help] [-A, --credentials <credentials_filename>] <ppa-name> [description]
DESCRIPTION¶
The ppa desc command sets the PPA's publicly visible description text. This is effectively the same as ppa set --description <text>. However, it also accepts description text from STDIN, which permits usage such as for example:
OPTIONS¶
The following options can be used with the ppa desc command.
-h, --help
-A, --credentials <credentials_filename>
EXIT STATUS¶
ppa desc exits with status 0 if a command completes successfully, and nonzero on errors.
SEE ALSO¶
PPA¶
Part of the ppa-dev-tools(1) suite.
| 2024-05-23 | Ppa-Dev-Tools 0.7 |