stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=29028a50ce845cbfeae351cbe288ca5a6de47207

commit 29028a50ce845cbfeae351cbe288ca5a6de47207
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Mon Mar 7 16:40:35 2016 +0100

    eolian_gen: mention the option for generating a stub header in the example 
use
    
    Listed in the available options already but better also list it in the 
example
    usage where the other three generation types are listed as well.
---
 src/bin/eolian/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/eolian/main.c b/src/bin/eolian/main.c
index 075ab1c..77ad87f 100644
--- a/src/bin/eolian/main.c
+++ b/src/bin/eolian/main.c
@@ -314,7 +314,7 @@ main(int argc, char **argv)
 
    if (help)
      {
-        printf("Usage: %s [-h/--help] [-I/--include input_dir] [--legacy] 
[--gh|--gc|--gi] [--output/-o outfile] file.eo ... \n", argv[0]);
+        printf("Usage: %s [-h/--help] [-I/--include input_dir] [--legacy] 
[--gh|--gs|--gc|--gi] [--output/-o outfile] file.eo ... \n", argv[0]);
         printf("       --help/-h Print that help\n");
         printf("       --include/-I Include 'input_dir' as directory to search 
.eo files into\n");
         printf("       --output/-o Force output filename to 'outfile'\n");

-- 


Reply via email to