mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Updated for description
This commit is contained in:
parent
3e81922204
commit
51486c65c3
3 changed files with 3 additions and 3 deletions
|
@ -57,7 +57,7 @@ Usage
|
|||
USAGE: slpkg [OPTIONS] [COMMAND] <packages>
|
||||
|
||||
DESCRIPTION:
|
||||
Packaging tool that interacts with the SBo repository.
|
||||
Package manager utility for Slackware.
|
||||
|
||||
COMMANDS:
|
||||
-u, update Update the package lists.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
.TH slpkg 1 "Orestiada, Greece" "slpkg 4.5.4" dslackw
|
||||
.SH NAME
|
||||
.P
|
||||
slpkg \- Packaging tool that interacts with the SBo repository.
|
||||
slpkg \- Package manager utility for Slackware.
|
||||
.SH SYNOPSIS
|
||||
.P
|
||||
.B slpkg \c
|
||||
|
|
|
@ -39,7 +39,7 @@ class Usage(Configs):
|
|||
args = (
|
||||
f'{self.bold}USAGE:{self.endc} {self.prog_name} [{self.yellow}OPTIONS{self.endc}] '
|
||||
f'[{self.cyan}COMMAND{self.endc}] <packages>\n'
|
||||
f'\n{self.bold}DESCRIPTION:{self.endc} Packaging tool that interacts with the SBo repository.\n'
|
||||
f'\n{self.bold}DESCRIPTION:{self.endc} Package manager utility for Slackware.\n'
|
||||
f'\n{self.bold}COMMANDS:{self.endc}\n'
|
||||
f' {self.red}-u, update{self.endc} Update the package lists.\n'
|
||||
f' {self.cyan}-U, upgrade{self.endc} Upgrade all the packages.\n'
|
||||
|
|
Loading…
Reference in a new issue