From 64f9baa2bb3cc42f4fed901f2171409f9a890f71 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Tue, 24 Nov 2009 01:08:10 +0000 Subject: Don't show --help on ChromeOS. BUG=none TEST=none Review URL: http://codereview.chromium.org/437030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32893 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/chrome_dll_main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome') diff --git a/chrome/app/chrome_dll_main.cc b/chrome/app/chrome_dll_main.cc index 6475ced..eafebb8 100644 --- a/chrome/app/chrome_dll_main.cc +++ b/chrome/app/chrome_dll_main.cc @@ -363,7 +363,7 @@ int ChromeMain(int argc, char** argv) { return 1; #endif -#if defined(OS_LINUX) +#if defined(OS_LINUX) && !defined(OS_CHROMEOS) // Show the man page on --help or -h. if (parsed_command_line.HasSwitch("help") || parsed_command_line.HasSwitch("h")) { -- cgit v1.1