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

Side by Side Diff: chrome/app/resources/manpage.1.in

Issue 3014028: manpage: fix user-data-dir example path (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ." This file is processed by chrome.gyp to generate manpages in the 1 ." This file is processed by chrome.gyp to generate manpages in the
2 ." build diretory. 2 ." build diretory.
3 .TH @@FILENAME@@ 1 "" "" "USER COMMANDS" 3 .TH @@FILENAME@@ 1 "" "" "USER COMMANDS"
4 4
5 .SH NAME 5 .SH NAME
6 @@FILENAME@@ \- the web browser from Google 6 @@FILENAME@@ \- the web browser from Google
7 7
8 .SH SYNOPSIS 8 .SH SYNOPSIS
9 .B @@FILENAME@@ 9 .B @@FILENAME@@
10 [\fIOPTION\fR] [\fIPATH\fR|\fIURL\fR] 10 [\fIOPTION\fR] [\fIPATH\fR|\fIURL\fR]
11 11
12 .SH DESCRIPTION 12 .SH DESCRIPTION
13 See the Google Chrome help center for help on using the browser. 13 See the Google Chrome help center for help on using the browser.
14 .IP 14 .IP
15 <http://www.google.com/support/chrome/> 15 <http://www.google.com/support/chrome/>
16 .PP 16 .PP
17 This manpage only describes invocation, environment, and arguments. 17 This manpage only describes invocation, environment, and arguments.
18 18
19 .SH OPTIONS 19 .SH OPTIONS
20 @@NAME@@ has hundreds of undocumented command-line flags that are added 20 @@NAME@@ has hundreds of undocumented command-line flags that are added
21 and removed at the whim of the developers. Here, we document relatively 21 and removed at the whim of the developers. Here, we document relatively
22 stable flags. 22 stable flags.
23 .TP 23 .TP
24 \fB\-\-user\-data\-dir\fR=\fIDIR\fR 24 \fB\-\-user\-data\-dir\fR=\fIDIR\fR
25 Specifies the directory that user data (your "profile") is kept in. 25 Specifies the directory that user data (your "profile") is kept in.
26 Defaults to 26 Defaults to
27 .I ~/.config/@@CONFDIR@@/Default . 27 .I ~/.config/@@CONFDIR@@ .
28 Separate instances of @@NAME@@ must use separate user data directories; 28 Separate instances of @@NAME@@ must use separate user data directories;
29 repeated invocations of @@FILENAME@@ will reuse an existing process for 29 repeated invocations of @@FILENAME@@ will reuse an existing process for
30 a given user data directory. 30 a given user data directory.
31 31
32 .TP 32 .TP
33 \fB\-\-app\fR=\fIURL\fR 33 \fB\-\-app\fR=\fIURL\fR
34 Runs 34 Runs
35 .I URL 35 .I URL
36 in "app mode": with no browser toolbars. 36 in "app mode": with no browser toolbars.
37 37
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 .SH BUGS 143 .SH BUGS
144 Bug tracker: 144 Bug tracker:
145 .IP 145 .IP
146 http://code.google.com/p/chromium/issues/list 146 http://code.google.com/p/chromium/issues/list
147 .PP 147 .PP
148 Be sure to do your search within "All Issues" before reporting bugs, 148 Be sure to do your search within "All Issues" before reporting bugs,
149 and be sure to pick the "Defect on Linux" template when filing a new one. 149 and be sure to pick the "Defect on Linux" template when filing a new one.
150 150
151 .SH AUTHOR 151 .SH AUTHOR
152 The Chromium team \- <http://www.chromium.org> 152 The Chromium team \- <http://www.chromium.org>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698