repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 072bde85ecb84cc4ba5fe5a2fd72f3063c3f71db:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 072bde85ecb84cc4ba5fe5a2fd72f3063c3f71db
Author: Emanuele Giaquinta 
Date:   Sun Oct 28 11:06:59 2007 +0000

    *** empty log message ***

diff --git a/src/init.C b/src/init.C
index 2cf02209bd533eb32591a52711e5ed1bc5f139c3..
index ..009d5a440973dc5e890cfa136a9529313e2b99e7 100644
--- a/src/init.C
+++ b/src/init.C
@@ -371,7 +371,7 @@ rxvt_term::init_resources (int argc, const char *const *argv)
   if (r_argc == argc)
     cmd_argv = NULL;
   else if (!argv[r_argc + 1])
-    rxvt_fatal ("-e requires an argument\n");
+    rxvt_fatal ("option '-e' requires an argument, aborting.\n");
   else
     {
       cmd_argv = (const char **)rxvt_malloc (sizeof (char *) * (argc - r_argc));
diff --git a/src/xdefaults.C b/src/xdefaults.C
index a2e05c457b8c3390f2620f79b8ef38cab85ac41e..
index ..ee75ce44c02b00aee0c86d0081e97e1cc2acdade 100644
--- a/src/xdefaults.C
+++ b/src/xdefaults.C
@@ -550,7 +550,7 @@ rxvt_term::get_options (int argc, const char *const *argv)
               if (optList[entry].doff != -1)
                 {
                   if (flag == resval_on && i+1 == argc)
-                    rxvt_fatal ("option '%s' needs an argument, aborting.\n", argv [i]);
+                    rxvt_fatal ("option '%s' requires an argument, aborting.\n", argv [i]);

                   rs[optList[entry].doff] = flag == resval_on ? argv[++i] : resval_undef;
                 }

-----END OF PAGE-----