mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-28 09:58:21 +01:00
Remove header from usage
This commit is contained in:
parent
8eb8e0b029
commit
b937ab5d02
1 changed files with 0 additions and 1 deletions
|
@ -182,7 +182,6 @@ def usage(repo):
|
|||
else:
|
||||
error_repo = ("slpkg: Error: Repository '{0}' does not exist"
|
||||
"\n".format(repo))
|
||||
header()
|
||||
print(usage.__doc__)
|
||||
print(error_repo)
|
||||
print("For more information try 'slpkg -h, --help' or view manpage\n")
|
||||
|
|
Loading…
Reference in a new issue