Changed parameter order
This commit is contained in:
2
main.py
2
main.py
@@ -257,8 +257,8 @@ For detailed help on each command, use:
|
||||
args.no_verification,
|
||||
args.preview,
|
||||
args.quiet,
|
||||
args.clone_mode,
|
||||
args.dependencies,
|
||||
args.clone_mode
|
||||
)
|
||||
elif args.command == "create":
|
||||
from pkgmgr.create_repo import create_repo
|
||||
|
||||
@@ -45,8 +45,8 @@ def update_repos(
|
||||
no_verification,
|
||||
preview,
|
||||
quiet,
|
||||
update_dependencies,
|
||||
clone_mode
|
||||
clone_mode,
|
||||
update_dependencies
|
||||
)
|
||||
|
||||
if system_update:
|
||||
|
||||
Reference in New Issue
Block a user