Updated for description

This commit is contained in:
Dimitris Zlatanidis 2023-02-28 23:51:00 +02:00
parent 3e81922204
commit 51486c65c3
3 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

@ -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

View file

@ -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'