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.no_verification,
|
||||||
args.preview,
|
args.preview,
|
||||||
args.quiet,
|
args.quiet,
|
||||||
|
args.clone_mode,
|
||||||
args.dependencies,
|
args.dependencies,
|
||||||
args.clone_mode
|
|
||||||
)
|
)
|
||||||
elif args.command == "create":
|
elif args.command == "create":
|
||||||
from pkgmgr.create_repo import create_repo
|
from pkgmgr.create_repo import create_repo
|
||||||
|
|||||||
@@ -45,8 +45,8 @@ def update_repos(
|
|||||||
no_verification,
|
no_verification,
|
||||||
preview,
|
preview,
|
||||||
quiet,
|
quiet,
|
||||||
update_dependencies,
|
clone_mode,
|
||||||
clone_mode
|
update_dependencies
|
||||||
)
|
)
|
||||||
|
|
||||||
if system_update:
|
if system_update:
|
||||||
|
|||||||
Reference in New Issue
Block a user