Fixed for fp

This commit is contained in:
Dimitris Zlatanidis 2023-01-27 23:47:25 +02:00
parent 866b799528
commit f2dfdb9cb1

View file

@ -66,7 +66,7 @@ class Usage(Configs):
f' {self.yellow}-ns, --no-silent{self.endc} Disable silent mode.\n'
f' {self.yellow}-dir=, --directory={self.endc}PATH Download files to a specific path.\n'
f' {self.yellow}-pv, --pkg-version{self.endc} Print the repository package version.\n'
f' {self.yellow}-fp, --file-pattern={self.endc}PATTERN Include specific installed files.\n'
f' {self.yellow}-fp=, --file-pattern={self.endc}PATTERN Include specific installed files.\n'
'\n -h, --help Show this message and exit.\n'
' -v, --version Print version and exit.\n'
'\nEdit the configuration file in the /etc/slpkg/slpkg.toml \n'