diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-11 07:03:51 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-11 07:03:51 +0000 |
commit | f1313c8c051d30a2b96c253ee69ab891e69a239d (patch) | |
tree | 43556da7d2f4b75a2120dda82364dcd43988ce77 /sync | |
parent | c1e4593086c68dba161a61022918e6b26bd5bf18 (diff) | |
download | chromium_src-f1313c8c051d30a2b96c253ee69ab891e69a239d.zip chromium_src-f1313c8c051d30a2b96c253ee69ab891e69a239d.tar.gz chromium_src-f1313c8c051d30a2b96c253ee69ab891e69a239d.tar.bz2 |
[Sync] Fix sync_listen_notification's usage message
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/10383124
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136518 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync')
-rw-r--r-- | sync/tools/sync_listen_notifications.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/tools/sync_listen_notifications.cc b/sync/tools/sync_listen_notifications.cc index 7b38c0c..3b33de7 100644 --- a/sync/tools/sync_listen_notifications.cc +++ b/sync/tools/sync_listen_notifications.cc @@ -160,7 +160,7 @@ int main(int argc, char* argv[]) { "after logging into\n" "sync to get the token to pass into this utility.\n", argv[0], - kTokenSwitch, kEmailSwitch, kHostPortSwitch, + kEmailSwitch, kTokenSwitch, kHostPortSwitch, kTrySslTcpFirstSwitch, kAllowInsecureConnectionSwitch, kNotificationMethodSwitch); return -1; |