Closed Bug 280867 Opened 20 years ago Closed 19 years ago

syntax used in -remote example incorrect

Categories

(www.mozilla.org :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: brandontking, Unassigned)

References

()

Details

To the best of my knowledge, or at least what works for me, the example given
for the remote_command is incorrect. I am only reporting because it was the
first hit when searching for a solution on how to use the remote command,
further investigation lead me to [http://www.mozilla.org/unix/remote.html] which
is where I got the working (correct?) syntax. The results of my edit are:

Index: mozilla-org/html/docs/command-line-args.html
===================================================================
RCS file: /cvsroot/mozilla-org/html/docs/command-line-args.html,v
retrieving revision 1.9
diff -u -r1.9 command-line-args.html
--- mozilla-org/html/docs/command-line-args.html	2 Jun 2004 20:23:26 -0000	1.9
+++ mozilla-org/html/docs/command-line-args.html	3 Feb 2005 01:11:27 -0000
@@ -185,7 +185,7 @@
    <td>(Unix/Linux only) Execute <var>remote_command</var> in an
    already running Mozilla process (see <a href="/unix/remote.html">remote
    control</a>).</td>
-   <td><tt>mozilla -remote openURL('www.mozilla.org, new-tab)</tt></td>
+   <td><tt>mozilla -remote "openURL(www.mozilla.org, new-tab)"</tt></td>
 </tr>
 
 <tr>
Thank you.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
OS: Linux → All
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
Product: mozilla.org → Websites
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in before you can comment on or make changes to this bug.