Commit c6f9a67d authored by Mark Moriarty's avatar Mark Moriarty

One remaining Windows txt file color control code removed, thanks to Andre Weber

parent 9bc8e6ed
......@@ -1696,9 +1696,15 @@ static void Usage( libvlc_int_t *p_this, char const *psz_module_name )
}
}
if( b_has_advanced )
utf8_fprintf( stdout, "\n" WHITE "%s" GRAY " %s\n", _( "Note:" ),
_( "add --advanced to your command line to see advanced options." ) );
if( b_has_advanced )
{
if( b_color )
utf8_fprintf( stdout, "\n" WHITE "%s" GRAY " %s\n", _( "Note:" ),
_( "add --advanced to your command line to see advanced options."));
else
utf8_fprintf( stdout, "\n %s %s\n", _( "Note:" ),
_( "add --advanced to your command line to see advanced options."));
}
/* Release the module list */
vlc_list_release( p_list );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment