Commit 91ca0edd authored by thakis@chromium.org's avatar thakis@chromium.org

gcapi example: Add --criteria-check longform for -c

--help already claims that it's there.

BUG=none

Review URL: https://chromiumcodereview.appspot.com/10832297

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151490 0039d316-1c4b-4281-b951-d872f2087c98
parent da3886c3
......@@ -25,6 +25,7 @@ void Usage() {
int main(int argc, char* argv[]) {
const option kLongOptions[] = {
{ "criteria-check", no_argument, NULL, 'c' },
{ "force-reinstall", no_argument, NULL, 'r' },
{ "install", required_argument, NULL, 'i' },
{ "brand", required_argument, NULL, 'b' },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment