mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-29 10:26:12 +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:
|
else:
|
||||||
error_repo = ("slpkg: Error: Repository '{0}' does not exist"
|
error_repo = ("slpkg: Error: Repository '{0}' does not exist"
|
||||||
"\n".format(repo))
|
"\n".format(repo))
|
||||||
header()
|
|
||||||
print(usage.__doc__)
|
print(usage.__doc__)
|
||||||
print(error_repo)
|
print(error_repo)
|
||||||
print("For more information try 'slpkg -h, --help' or view manpage\n")
|
print("For more information try 'slpkg -h, --help' or view manpage\n")
|
||||||
|
|
Loading…
Reference in a new issue