gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. e94ed673c3adb4f4db33


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. e94ed673c3adb4f4db33e7ec690c49adbf169087
Date: Wed, 29 Sep 2010 18:39:45 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  e94ed673c3adb4f4db33e7ec690c49adbf169087 (commit)
      from  64bc7f7d847180a983de95fbcf604abdd9e5659b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=e94ed673c3adb4f4db33e7ec690c49adbf169087


commit e94ed673c3adb4f4db33e7ec690c49adbf169087
Author: Sandro Santilli <address@hidden>
Date:   Wed Sep 29 20:38:49 2010 +0200

    Consistent usage message

diff --git a/gui/gnash.cpp b/gui/gnash.cpp
index b5c286a..a3e9148 100644
--- a/gui/gnash.cpp
+++ b/gui/gnash.cpp
@@ -107,7 +107,7 @@ usage()
     << _("  -h,  --help              Print this help and exit\n")
     << _("  -V,  --version           Print version information and exit\n") 
     << _("  -s,  --scale <factor>    Scale the movie by the specified 
factor\n") 
-    << _("  -d,  --delay num         Number of milliseconds to delay in main 
loop\n") 
+    << _("  -d,  --delay <num>       Number of milliseconds to delay in main 
loop\n") 
     << _("  -v,  --verbose           Produce verbose output\n") 
 #if VERBOSE_ACTION
     << _("  -va                      Be (very) verbose about action 
execution\n") 
@@ -148,10 +148,10 @@ usage()
     << _("  -F,  --fd <fd>:<fd>      Filedescriptor to use for external "
             "communications\n") 
 #ifdef GNASH_FPS_DEBUG
-    << _("  -f,  --debug-fps num     Print FPS every num seconds (float)\n") 
+    << _("  -f,  --debug-fps <num>   Print FPS every num seconds (float)\n") 
 #endif // def GNASH_FPS_DEBUG
     
-    << _("  --max-advances num       Exit after specified number of frame "
+    << _("  --max-advances <num>     Exit after specified number of frame "
             "advances\n") 
     << _("  --fullscreen             Start in fullscreen mode\n") 
     << _("  --hide-menubar           Start without displaying the menu bar\n") 

-----------------------------------------------------------------------

Summary of changes:
 gui/gnash.cpp |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]