diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-07-13 19:13:24 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-07-13 19:13:24 +0100 |
commit | 3fc0e1be6662687f8f9340d446e857621f0ca2cd (patch) | |
tree | f40f63c4dd0b31e2f63d809acb11e64f3ea4807f /src/frontend/cli/sisyphus-cli.py | |
parent | 7603d76b136c8e48e8f921b5e90d92ae0e47e908 (diff) |
add option to manually sync Sisyphus database with Portage database
Diffstat (limited to 'src/frontend/cli/sisyphus-cli.py')
-rwxr-xr-x | src/frontend/cli/sisyphus-cli.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frontend/cli/sisyphus-cli.py b/src/frontend/cli/sisyphus-cli.py index 498d403..c3ddb71 100755 --- a/src/frontend/cli/sisyphus-cli.py +++ b/src/frontend/cli/sisyphus-cli.py @@ -30,6 +30,8 @@ if "__main__" == __name__: sisyphus_pkg_search() elif "update" in sys.argv[1:]: sisyphus_pkg_system_update() + elif "spmsync" in sys.argv[1:]: + sisyphus_pkg_spmsync() elif "sysinfo" in sys.argv[1:]: sisyphus_pkg_sysinfo() elif "help" in sys.argv[1:]: |