mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 15:29:38 +01:00
Fixes #1
This commit is contained in:
parent
c90bddc38b
commit
5d8786be78
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ def createPackageFolders(*args, **kwargs):
|
|||
return 1
|
||||
|
||||
if __name__ == "__main__":
|
||||
if len(sys.argv) != 2:
|
||||
if len(sys.argv) != 2 or sys.argv[1] in ('--help', '-h'):
|
||||
print(
|
||||
"Usage: " + sys.argv[0] + " target-directory\n\n"
|
||||
+ "Creates symlinks for all files belonging to a package in"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue