Trivial change so all longnames are aligned.
authorcmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 19 May 2013 15:12:01 +0000 (15:12 +0000)
committercmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 19 May 2013 15:12:01 +0000 (15:12 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@49417 f5534014-38df-0310-8fa8-9805f1628bb7

randpkt.c

index 96d2b9ee97fa2536f542247b111d3235b8a51a49..2316e71af6415143817dd6ae220175813b4ad871 100644 (file)
--- a/randpkt.c
+++ b/randpkt.c
@@ -639,7 +639,7 @@ void usage(void)
        printf("Types:\n");
 
        for (i = 0; i < num_entries; i++) {
-               printf("\t%s\t%s\n", examples[i].abbrev, examples[i].longname);
+               printf("\t%-16s%s\n", examples[i].abbrev, examples[i].longname);
        }
 
        printf("\n");