tree: e4f3dd2d62a9e3dcd863826685a3b0cce8939103 [path history] [tgz]
  1. dlc_service_util.cc
  2. README.md
dlcservice/tools/README.md

Downloadable Content (DLC) Service Daemon Utility

dlcservice-util

This is a wrapper utility for dlcservice. It can be used to install and uninstall DLC modules, as well as print a list of installed modules.

Usage

To install DLC modules, set the --install flag and set --dlc_ids to a colon separated list of DLC IDs.

dlcservice_util --install --dlc_ids="foo:bar"

To uninstall DLC modules, set the --uninstall flag and set --dlc_ids to a colon separated list of DLC IDs.

dlcservice_util --uninstall --dlc_ids="foo:bar"

To list installed modules, set the --list flag.

dlcservice_util --list