Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(340)

Unified Diff: chrome_linux/chrome.1

Issue 33333002: Roll Linux reference build to official build 30.0.1599.33 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome_linux/chrome ('k') | chrome_linux/chrome.pak » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_linux/chrome.1
===================================================================
--- chrome_linux/chrome.1 (revision 229864)
+++ chrome_linux/chrome.1 (working copy)
@@ -1,12 +1,12 @@
." This file is processed by chrome.gyp to generate manpages in the
." build diretory.
-.TH chromium-browser 1 "" "" "USER COMMANDS"
+.TH google-chrome 1 "" "" "USER COMMANDS"
.SH NAME
-chromium-browser \- the web browser from Google
+google-chrome \- the web browser from Google
.SH SYNOPSIS
-.B chromium-browser
+.B google-chrome
[\fIOPTION\fR] [\fIPATH\fR|\fIURL\fR]
.SH DESCRIPTION
@@ -17,16 +17,16 @@
This manpage only describes invocation, environment, and arguments.
.SH OPTIONS
-Chromium has hundreds of undocumented command-line flags that are added
+Google Chrome has hundreds of undocumented command-line flags that are added
and removed at the whim of the developers. Here, we document relatively
stable flags.
.TP
\fB\-\-user\-data\-dir\fR=\fIDIR\fR
Specifies the directory that user data (your "profile") is kept in.
Defaults to
-.I ~/.config/chromium .
-Separate instances of Chromium must use separate user data directories;
-repeated invocations of chromium-browser will reuse an existing process for
+.I ~/.config/google-chrome .
+Separate instances of Google Chrome must use separate user data directories;
+repeated invocations of google-chrome will reuse an existing process for
a given user data directory.
.TP
@@ -104,7 +104,7 @@
Show version information.
.PP
-As a GTK+ app, Chromium also obeys GTK+ command-line flags, such
+As a GTK+ app, Google Chrome also obeys GTK+ command-line flags, such
as
.BR \-\-display .
See the GTK documentation for more:
@@ -113,7 +113,7 @@
<http://library.gnome.org/devel/gtk/stable/gtk-x11.html>
.SH ENVIRONMENT
-Chromium obeys the following environment variables:
+Google Chrome obeys the following environment variables:
.TP
.B all_proxy
@@ -146,11 +146,11 @@
.SH FILES
.TP
-.I ~/.config/chromium
+.I ~/.config/google-chrome
Default directory for configuration data.
.TP
-.I ~/.cache/chromium
+.I ~/.cache/google-chrome
Default directory for cache data. (Why? See
<http://standards.freedesktop.org/basedir-spec/latest/> .)
« no previous file with comments | « chrome_linux/chrome ('k') | chrome_linux/chrome.pak » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698