mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-13 20:01:48 +01:00
Fixed for fp
This commit is contained in:
parent
866b799528
commit
f2dfdb9cb1
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue