summaryrefslogtreecommitdiffstats
path: root/cloud_print/gcp20/prototype/gcp20_device.cc
diff options
context:
space:
mode:
authorvitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-21 11:37:37 +0000
committervitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-21 11:37:37 +0000
commit1b2ad303f87487cbdc6f1d73c403a1eddc9ba548 (patch)
tree5e0c51f16314fd8a80aa725c8c346607ddbc1e94 /cloud_print/gcp20/prototype/gcp20_device.cc
parent63086aa1fbf8313b81747952bdb2ff32c1aac6a8 (diff)
downloadchromium_src-1b2ad303f87487cbdc6f1d73c403a1eddc9ba548.zip
chromium_src-1b2ad303f87487cbdc6f1d73c403a1eddc9ba548.tar.gz
chromium_src-1b2ad303f87487cbdc6f1d73c403a1eddc9ba548.tar.bz2
https://chromiumcodereview.appspot.com/23271004 with fixed include.
TBR=gene@chromium.org Review URL: https://chromiumcodereview.appspot.com/22911028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218702 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cloud_print/gcp20/prototype/gcp20_device.cc')
-rw-r--r--cloud_print/gcp20/prototype/gcp20_device.cc27
1 files changed, 14 insertions, 13 deletions
diff --git a/cloud_print/gcp20/prototype/gcp20_device.cc b/cloud_print/gcp20/prototype/gcp20_device.cc
index 2d2c1d5..57972a3 100644
--- a/cloud_print/gcp20/prototype/gcp20_device.cc
+++ b/cloud_print/gcp20/prototype/gcp20_device.cc
@@ -20,21 +20,22 @@ const char kHelpMessage[] =
"usage: gcp20_device [switches] [options]\n"
"\n"
"switches:\n"
- " --disable-confirmation disables confirmation of registration\n"
- " --disable-method-check disables HTTP method checking (POST, GET)\n"
- " --disable-x-token disables checking of X-Privet-Token "
- "HTTP header\n"
- " -h, --help prints this message\n"
- " --no-announcement disables DNS announcements\n"
- " --unicast-respond DNS responses will be sent in unicast "
- "instead of multicast\n"
+ " --disable-confirmation disables confirmation of registration\n"
+ " --disable-method-check disables HTTP method checking (POST, GET)\n"
+ " --disable-x-token disables checking of X-Privet-Token "
+ "HTTP header\n"
+ " -h, --help prints this message\n"
+ " --no-announcement disables DNS announcements\n"
+ " --simulate-printing-errors simulates some errors for local printing\n"
+ " --unicast-respond DNS responses will be sent in unicast "
+ "instead of multicast\n"
"\n"
"options:\n"
- " --domain-name=<name> sets, should ends with '.local'\n"
- " --http-port=<value> sets port for HTTP server\n"
- " --service-name=<name> sets DNS service name\n"
- " --state-path=<path> sets path to file with registration state\n"
- " --ttl=<value> sets TTL for DNS announcements\n"
+ " --domain-name=<name> sets, should ends with '.local'\n"
+ " --http-port=<value> sets port for HTTP server\n"
+ " --service-name=<name> sets DNS service name\n"
+ " --state-path=<path> sets path to file with registration state\n"
+ " --ttl=<value> sets TTL for DNS announcements\n"
"\n"
"WARNING: mDNS probing is not implemented\n";