aboutsummaryrefslogtreecommitdiffstats
path: root/randpkt.c
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-05-19 15:12:01 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-05-19 15:12:01 +0000
commitc2a54d11d090e54abbb5adc2be5fd3a878c72417 (patch)
tree33c950b370f08061e94f16d5a10bcce9d264332a /randpkt.c
parentfcdc86eb1fae603b233c3e4b73bb8f1ee1e02634 (diff)
Trivial change so all longnames are aligned.
svn path=/trunk/; revision=49417
Diffstat (limited to 'randpkt.c')
-rw-r--r--randpkt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/randpkt.c b/randpkt.c
index 96d2b9ee97..2316e71af6 100644
--- 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");