]> git.alsa-project.org Git - alsa-utils.git/commitdiff
alsactl - adjust spaces in help texts
authorTakashi Iwai <tiwai@suse.de>
Wed, 23 May 2007 10:02:14 +0000 (12:02 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 23 May 2007 10:02:14 +0000 (12:02 +0200)
adds a space in the help text between "restore" and "<card>" and indents
the rest of the text accordingly to fit.

From: Tomas Pospisek <tpo2@sourcepole.ch>

alsactl/alsactl.c

index 07b102d2f92680c708f62c81448e5b51f8b2425a..d569c4441b09251fa2bf00a448c352a516b73e83 100644 (file)
@@ -41,16 +41,16 @@ static void help(void)
 {
        printf("Usage: alsactl <options> command\n");
        printf("\nAvailable options:\n");
-       printf("  -h,--help       this help\n");
-       printf("  -f,--file #     configuration file (default " SYS_ASOUNDRC " or " SYS_ASOUNDNAMES ")\n");
-       printf("  -F,--force      try to restore the matching controls as much as possible\n");
-       printf("  -d,--debug      debug mode\n");
-       printf("  -v,--version    print version of this program\n");
+       printf("  -h,--help        this help\n");
+       printf("  -f,--file #      configuration file (default " SYS_ASOUNDRC " or " SYS_ASOUNDNAMES ")\n");
+       printf("  -F,--force       try to restore the matching controls as much as possible\n");
+       printf("  -d,--debug       debug mode\n");
+       printf("  -v,--version     print version of this program\n");
        printf("\nAvailable commands:\n");
-       printf("  store <card #>  save current driver setup for one or each soundcards\n");
-       printf("                  to configuration file\n");
-       printf("  restore<card #> load current driver setup for one or each soundcards\n");
-       printf("                  from configuration file\n");
+       printf("  store   <card #> save current driver setup for one or each soundcards\n");
+       printf("                   to configuration file\n");
+       printf("  restore <card #> load current driver setup for one or each soundcards\n");
+       printf("                   from configuration file\n");
 }
 
 int main(int argc, char *argv[])