[vlc-devel] commit: Fix wording. (Antoine Cellerier )
git version control
git at videolan.org
Mon Jul 7 01:30:11 CEST 2008
vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Mon Jul 7 01:31:22 2008 +0200| [855b60867eed208bda63bdc4a4aa0ea04d0428d6]
Fix wording.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=855b60867eed208bda63bdc4a4aa0ea04d0428d6
---
src/libvlc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/libvlc.c b/src/libvlc.c
index 73a21e8..128b791 100644
--- a/src/libvlc.c
+++ b/src/libvlc.c
@@ -1275,7 +1275,7 @@ static int GetFilenames( libvlc_int_t *p_vlc, int i_argc, const char *ppsz_argv[
static inline void print_help_on_full_help( void )
{
utf8_fprintf( stdout, "\n" );
- utf8_fprintf( stdout, "To get a exhaustive help, use '-H'.\n" );
+ utf8_fprintf( stdout, "To get exhaustive help, use '-H'.\n" );
}
static void Help( libvlc_int_t *p_this, char const *psz_help_name )
More information about the vlc-devel
mailing list