[epiphany] Update manpage



commit 2f7204cd4f651e81539b6db2baf10191fbaa5a14
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Fri Oct 14 13:56:22 2016 -0500

    Update manpage
    
    It could be a lot better still.

 data/epiphany.1 |   11 ++++-------
 src/ephy-main.c |    1 +
 2 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/data/epiphany.1 b/data/epiphany.1
index e3d299e..bee76f4 100644
--- a/data/epiphany.1
+++ b/data/epiphany.1
@@ -1,7 +1,7 @@
 .\" Epiphany manpage.
 .\" Copyright © 2006 GNOME Foundation, Inc.
 .\"
-.TH EPIPHANY "1" "May 2006" "GNOME" ""
+.TH EPIPHANY "1" "2016-10-14" "GNOME" ""
 .SH NAME
 epiphany \- simple to use web browser for GNOME
 .SH SYNOPSIS
@@ -22,9 +22,6 @@ browser window
 \fB\-\-new\-window\fR
 Open a new browser window
 .TP
-\fB\-b\fR, \fB\-\-bookmarks\-editor\fR
-Launch the bookmarks editor
-.TP
 \fB\-\-import\-bookmarks\fR=\fIFILE\fR
 Import bookmarks from the given file
 .TP
@@ -37,12 +34,12 @@ Add a bookmark
 \fB\-\-private\-instance\fR
 Start a private instance
 .TP
+\fB\-\-incognito\-mode\fR
+Start an instance in incognito mode
+.TP
 \fB\-\-profile\fR=\fIFILE\fR
 Profile directory to use in the private instance
 .TP
-\fB\-\-display\fR=\fIDISPLAY\fR
-X display to use
-.TP
 \fB\-\-version\fR
 Show version
 .PP
diff --git a/src/ephy-main.c b/src/ephy-main.c
index 7079ade..b3b3a4b 100644
--- a/src/ephy-main.c
+++ b/src/ephy-main.c
@@ -79,6 +79,7 @@ option_version_cb (const gchar *option_name,
   return FALSE;
 }
 
+/* If you're modifying this array then you need to update the manpage. */
 static const GOptionEntry option_entries[] =
 {
   { "new-tab", 'n', 0, G_OPTION_ARG_NONE, &open_in_new_tab,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]