]> andersk Git - moira.git/commitdiff
Display account number in stella -u output, too.
authorzacheiss <zacheiss>
Sat, 15 Sep 2001 19:21:46 +0000 (19:21 +0000)
committerzacheiss <zacheiss>
Sat, 15 Sep 2001 19:21:46 +0000 (19:21 +0000)
clients/stella/stella.c

index 1df37978c1dd23eb19322170fccf8cdc8367b787..dbf43471abe492e6b69b464884bfbae274286c6a 100644 (file)
@@ -910,6 +910,7 @@ void show_host_info_unformatted(char **argv)
   printf("Location:         %s\n", argv[M_LOC]);
   printf("Contact:          %s\n", argv[M_CONTACT]);
   printf("Billing Contact:  %s\n", argv[M_BILL_CONTACT]);
+  printf("Account Number:   %s\n", argv[M_ACCT_NUMBER]);
   printf("Opt:              %s\n", argv[M_USE]);
   printf("Adm cmt:          %s\n", argv[M_ACOMMENT]);
   printf("Op cmt:           %s\n", argv[M_OCOMMENT]);
This page took 0.039787 seconds and 5 git commands to generate.