ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/tools/edi.git/commit/?id=1998483d0628e558fe1516cf65e7f4e962daa572

commit 1998483d0628e558fe1516cf65e7f4e962daa572
Author: Andy Williams <a...@andywilliams.me>
Date:   Thu Jun 4 08:40:43 2015 +0100

    docs: Fix manpage and skeleton manpage
---
 data/extra/skeleton/eflproject/doc/${edi_name}.1.in |  4 ++--
 doc/edi.1.in                                        | 17 +++++++++--------
 src/bin/edi_main.c                                  |  6 +++---
 3 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/data/extra/skeleton/eflproject/doc/${edi_name}.1.in 
b/data/extra/skeleton/eflproject/doc/${edi_name}.1.in
index 0e3e367..5720fa3 100644
--- a/data/extra/skeleton/eflproject/doc/${edi_name}.1.in
+++ b/data/extra/skeleton/eflproject/doc/${edi_name}.1.in
@@ -1,11 +1,11 @@
-.TH ${EDI_NAME} 1 "01 01 1970 FIXME" "@PACKAGE_NAME@ @PACKAGE_VERSION@"
+.TH ${EDI_NAME} 1 "01 01 ${Edi_Year} FIXME" "@PACKAGE_NAME@ @PACKAGE_VERSION@"
 
 .SH NAME
 ${edi_name} \- a demo application
 
 .SH SYNOPSIS
 .B ${edi_name}
-[-d] [-f] [-t=THEME] [-m=MINES] [-L] [-C] [-V] [-h]
+[-L] [-C] [-V] [-h]
 
 .SH DESCRIPTION
 
diff --git a/doc/edi.1.in b/doc/edi.1.in
index 67b3f23..3329f98 100644
--- a/doc/edi.1.in
+++ b/doc/edi.1.in
@@ -1,19 +1,20 @@
-.TH EDI 1 "01 01 1970 FIXME" "@PACKAGE_NAME@ @PACKAGE_VERSION@"
+.TH EDI 1 "04 06 2015" "@PACKAGE_NAME@ @PACKAGE_VERSION@"
 
 .SH NAME
-edi \- a demo application
+edi \- the Enlightened IDE
 
 .SH SYNOPSIS
 .B edi
-[-d] [-f] [-t=THEME] [-m=MINES] [-L] [-C] [-V] [-h]
+[-L] [-C] [-V] [-h]
+.B [project-dir]
 
 .SH DESCRIPTION
 
-Edi is a demo application to show how to integrate EFL and autotools into a
-cross platform build. You should be able to generate an executable easily for 
all
-target supported by EFL with this edi.
+Edi is an integrated development environment based on the EFL.
 
-With no option, the program starts and display an Hello World.
+With no option, the program starts and displays a project picker screen.
+If you launch with a project directory parameter it will open directly to
+that project.
 
 
 .SH OPTIONS
@@ -42,7 +43,7 @@ Reports are welcome. Send them at @PACKAGE_BUGREPORT@.
 
 .SH HOMEPAGE
 
-http://enlightenment.org
+http://edi-ide.com
 
 
 .SH AUTHORS
diff --git a/src/bin/edi_main.c b/src/bin/edi_main.c
index d404fd5..48aae6b 100644
--- a/src/bin/edi_main.c
+++ b/src/bin/edi_main.c
@@ -34,7 +34,7 @@ typedef struct _Edi_Panel_Slide_Effect
    Eina_Bool left;
 } Edi_Panel_Slide_Effect;
 
-#define COPYRIGHT "Copyright © 2014 Andy Williams <a...@andyilliams.me> and 
various contributors (see AUTHORS)."
+#define COPYRIGHT "Copyright © 2014-2015 Andy Williams <a...@andyilliams.me> 
and various contributors (see AUTHORS)."
 
 static Evas_Object *_edi_toolbar, *_edi_leftpanes, *_edi_bottompanes;
 static Evas_Object *_edi_logpanel, *_edi_consolepanel, *_edi_testpanel;
@@ -1099,8 +1099,8 @@ static const Ecore_Getopt optdesc = {
   "%prog [options] [project-dir]",
   PACKAGE_VERSION,
   COPYRIGHT,
-  "BSD with advertisement clause",
-  "The EFL IDE",
+  "GPLv2",
+  "The Enlightened IDE",
   EINA_TRUE,
   {
     ECORE_GETOPT_LICENSE('L', "license"),

-- 


Reply via email to