summaryrefslogtreecommitdiffstats
path: root/tools/python/google/httpd_utils.py
diff options
context:
space:
mode:
authornirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-17 18:14:38 +0000
committernirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-17 18:14:38 +0000
commitad35d11fa8e27e5d0f882a56725c6950d248be15 (patch)
treee25136bf3eb22eb23dcf7be0bab87f66a34c954e /tools/python/google/httpd_utils.py
parent041645eb2baa02b7e2790887f786a53f529ff45b (diff)
downloadchromium_src-ad35d11fa8e27e5d0f882a56725c6950d248be15.zip
chromium_src-ad35d11fa8e27e5d0f882a56725c6950d248be15.tar.gz
chromium_src-ad35d11fa8e27e5d0f882a56725c6950d248be15.tar.bz2
Port page_cycler_http to Mac
Accompanying buildbot changes @ http://codereview.chromium.org/67234 Review URL: http://codereview.chromium.org/79017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13950 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/python/google/httpd_utils.py')
-rw-r--r--tools/python/google/httpd_utils.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/python/google/httpd_utils.py b/tools/python/google/httpd_utils.py
index 28952ed..309c924 100644
--- a/tools/python/google/httpd_utils.py
+++ b/tools/python/google/httpd_utils.py
@@ -1,5 +1,5 @@
#!/bin/env python
-# Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
+# Copyright (c) 2006-2009 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -176,7 +176,8 @@ if '__main__' == __name__:
option_parser.add_option('-k', '--server', help='Server action (start|stop)')
option_parser.add_option('-r', '--root', help='Document root (optional)')
option_parser.add_option('-a', '--apache2', action='store_true',
- default=False, help='Starts Apache 2 instead of Apache 1.3 (default).')
+ default=False, help='Starts Apache 2 instead of Apache 1.3 (default). '
+ 'Ignored on Mac (apache2 is used always)')
options, args = option_parser.parse_args()
if not options.server: