[padb-devel] [padb commit] r99 - Add a extra newline to the help so it's clearer what goes with what.

codesite-noreply at google.com codesite-noreply at google.com
Wed Jul 15 17:03:59 BST 2009


Author: apittman
Date: Wed Jul 15 09:02:50 2009
New Revision: 99

Modified:
    branches/full-duplex/src/padb

Log:
Add a extra newline to the help so it's clearer what goes with what.


Modified: branches/full-duplex/src/padb
==============================================================================
--- branches/full-duplex/src/padb	(original)
+++ branches/full-duplex/src/padb	Wed Jul 15 09:02:50 2009
@@ -3814,7 +3814,7 @@
      }

      foreach my $mode ( sort( keys( %{ $conf{mode_options} } ) ) ) {
-        printf("Options for mode '$mode'\n");
+        printf("\nOptions for mode '$allfns{$mode}{arg_long}'\n");
          foreach my $key ( sort( keys( %{ $conf{mode_options}{$mode} } ) )  
) {
              if ( defined $conf{mode_options}{$mode}{$key} ) {
                  printf(




More information about the padb-devel mailing list