|   | 
      | 
  
  
      | 
      | 
  
 
     | 
    | 
  
  
     | 
    | 
  
  
    |   | 
      | 
  
  
    | 
         
xen-changelog
[Xen-changelog] [xen-unstable] xl: Make xl usage summary legible
 
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1272971990 -3600
# Node ID 9a12204ac0e454746ae609cbd559ffd48fb2cdb0
# Parent  37d92e9f3d58ad0421a0539ac99b1620bd9b0771
xl: Make xl usage summary legible
The xl usage summary is illegible with its double spacing and huge gap
between the command and its description.  Tighten it up.
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@xxxxxxxxxx>
Acked-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
---
 tools/libxl/xl_cmdimpl.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)
diff -r 37d92e9f3d58 -r 9a12204ac0e4 tools/libxl/xl_cmdimpl.c
--- a/tools/libxl/xl_cmdimpl.c  Tue May 04 12:17:19 2010 +0100
+++ b/tools/libxl/xl_cmdimpl.c  Tue May 04 12:19:50 2010 +0100
@@ -1123,7 +1123,7 @@ void help(char *command)
         printf("Usage xl <subcommand> [args]\n\n");
         printf("xl full list of subcommands:\n\n");
         for (i = 0; i < cmdtable_len; i++)
-            printf(" %-25s%s\n\n",
+            printf(" %-20s%s\n",
                    cmd_table[i].cmd_name, cmd_table[i].cmd_desc);
     } else if(!strcmp(command, "create")) {
         printf("Usage: xl create <ConfigFile> [options] [vars]\n\n");
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
 |   
 
| <Prev in Thread] | 
Current Thread | 
[Next in Thread> |  
- [Xen-changelog] [xen-unstable] xl: Make xl usage summary legible,
Xen patchbot-unstable <=
  
 |  
  
 | 
    | 
  
  
    |   | 
    |