summaryrefslogtreecommitdiff
path: root/src/frontend/cli
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-06-28 15:00:08 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-06-28 15:00:08 +0100
commit79b3c70b2343a5c2abe8e5d28c29e36df0a7ea9a (patch)
tree9cc5f6d42c5e182f5e20694e62b436f033f6010a /src/frontend/cli
parent9b53889d15f419d7ac979635dc412d28bfcce43e (diff)
drop not working options
Diffstat (limited to 'src/frontend/cli')
-rwxr-xr-xsrc/frontend/cli/sisyphus-cli.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/frontend/cli/sisyphus-cli.py b/src/frontend/cli/sisyphus-cli.py
index c99f86a..4e33a1b 100755
--- a/src/frontend/cli/sisyphus-cli.py
+++ b/src/frontend/cli/sisyphus-cli.py
@@ -31,12 +31,6 @@ if "__main__" == __name__:
sisyphus_pkg_search()
elif "update" in sys.argv[1:]:
sisyphus_pkg_system_update()
- elif "belongs" in sys.argv[1:]:
- sisyphus_pkg_belongs()
- elif "depends" in sys.argv[1:]:
- sisyphus_pkg_depends()
- elif "files" in sys.argv[1:]:
- sisyphus_pkg_files()
elif "sysinfo" in sys.argv[1:]:
sisyphus_pkg_sysinfo()
elif "help" in sys.argv[1:]: