X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Flibvlc-common.c;h=6136d607269d8afbfdc761a9ff802535b8aa9d9d;hb=2e0102d92da57379e9b65457b36c8e96f93f35b0;hp=a997b2e89653b76720b91cc2461cd24748364156;hpb=2ffa2bd3d0a506be2a6c9e53edffeee442350397;p=vlc diff --git a/src/libvlc-common.c b/src/libvlc-common.c index a997b2e896..6136d60726 100644 --- a/src/libvlc-common.c +++ b/src/libvlc-common.c @@ -1110,14 +1110,14 @@ static void Help( libvlc_int_t *p_this, char const *psz_help_name ) static void Usage( libvlc_int_t *p_this, char const *psz_module_name ) { #define FORMAT_STRING " %s --%s%s%s%s%s%s%s " - /* short option ------' | | | | | | | - * option name ------------' | | | | | | - * -----------------------------' | | | - * padding spaces ---------------------' | | - * comment -------------------------------' | - * comment suffix --------------------------' + /* short option ------' | | | | | | | + * option name ------------' | | | | | | + * -------------------------' | | | + * padding spaces -----------------' | | + * comment --------------------------' | + * comment suffix ---------------------' * * The purpose of having bra and ket is that we might i18n them as well. */