diff options
| author | Daniel Bovensiepen <[email protected]> | 2012-09-19 23:01:13 +0800 |
|---|---|---|
| committer | Daniel Bovensiepen <[email protected]> | 2012-09-19 23:01:13 +0800 |
| commit | e7425584e3aebc0295f1b55f7f44c2c5f5583964 (patch) | |
| tree | feaaff3cb77ed382781975243b1b2dd4ccf0a7a5 /mrbgems | |
| parent | 48c84cbc2e6aa2043ec164ed5a76a6581ea348e0 (diff) | |
| download | mruby-e7425584e3aebc0295f1b55f7f44c2c5f5583964.tar.gz mruby-e7425584e3aebc0295f1b55f7f44c2c5f5583964.zip | |
Modify information messages
Diffstat (limited to 'mrbgems')
| -rw-r--r-- | mrbgems/gem_helper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mrbgems/gem_helper.c b/mrbgems/gem_helper.c index 6b32a916e..d1cbfb046 100644 --- a/mrbgems/gem_helper.c +++ b/mrbgems/gem_helper.c @@ -44,7 +44,7 @@ dir_list (char before[1024], char after[1024]) puts(complete_line); } else - perror ("Couldn't open the directory"); + perror("Error while scanning the directory."); } void @@ -104,7 +104,7 @@ main (int argc, char *argv[]) return 1; } else { - puts("Argument missing! Options: 'makefile'"); + puts("Argument missing! Options: 'makefile', 'init_gems'"); return 1; } |
