Description: Fix typo and tidy program help text. --- matchbox-window-manager-1.2-osso21.orig/matchbox-window-manager/src/wm.c +++ matchbox-window-manager-1.2-osso21/matchbox-window-manager/src/wm.c @@ -194,7 +194,7 @@ wm_usage(char *progname) printf("\t-use_dialog_mode \n"); printf("\t-use_desktop_mode \n"); printf("\t-use_super_modal \n"); - printf("\t-force_dialogs \n"); + printf("\t-force_dialogs \n"); #ifndef NO_KBD printf("\t-kbdconfig \n"); #endif @@ -203,7 +203,7 @@ wm_usage(char *progname) #endif #ifdef STANDALONE - printf("\t-titlebar_panel \n"); + printf("\t-titlebar_panel \n"); #endif printf("\n"); printf("Compile time features;\n"); @@ -244,15 +244,15 @@ wm_usage(char *progname) #endif #ifdef MB_HAVE_JPEG - printf("\tJPG support yes\n"); + printf("\tJPEG support yes\n"); #else - printf("\tJPG support no\n"); + printf("\tJPEG support no\n"); #endif #ifdef MB_HAVE_PANGO - printf("\tpango support yes\n"); + printf("\tPango support yes\n"); #else - printf("\tpango support no\n"); + printf("\tPango support no\n"); #endif #ifndef STANDALONE @@ -268,15 +268,15 @@ wm_usage(char *progname) #endif #ifdef USE_COMPOSITE - printf("\tcomposite support yes\n"); + printf("\tComposite support yes\n"); #else - printf("\tcomposite support no\n"); + printf("\tComposite support no\n"); #endif #ifndef NO_PING - printf("\tping protocol support yes\n"); + printf("\tPing protocol support yes\n"); #else - printf("\tping protocol support no\n"); + printf("\tPing protocol support no\n"); #endif #ifndef NO_XRM