summaryrefslogtreecommitdiff
path: root/src/frontend/cli
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-07-13 19:13:24 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-07-13 19:13:24 +0100
commit3fc0e1be6662687f8f9340d446e857621f0ca2cd (patch)
treef40f63c4dd0b31e2f63d809acb11e64f3ea4807f /src/frontend/cli
parent7603d76b136c8e48e8f921b5e90d92ae0e47e908 (diff)
add option to manually sync Sisyphus database with Portage database
Diffstat (limited to 'src/frontend/cli')
-rwxr-xr-xsrc/frontend/cli/sisyphus-cli.py2
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:]: