ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/tools/edi.git/commit/?id=3bf5df98b724373d510db6415bb8fc9b9f5d046b
commit 3bf5df98b724373d510db6415bb8fc9b9f5d046b Author: Andy Williams <[email protected]> Date: Sun Jul 3 23:08:49 2016 +0100 Add single file mode to help --- src/bin/edi_main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/edi_main.c b/src/bin/edi_main.c index 7fb79a5..351cdcf 100644 --- a/src/bin/edi_main.c +++ b/src/bin/edi_main.c @@ -1135,7 +1135,8 @@ _edi_log_shutdown() static const Ecore_Getopt optdesc = { "edi", - "%prog [options] [project-dir]", + "%prog [options] [project-dir]\n" + " or: %prog [options] [file]", PACKAGE_VERSION, COPYRIGHT, "GPLv2", --
