diff options
-rw-r--r-- | chrome/app/chrome_dll_main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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")) { |