1
0
mirror of https://github.com/moshix/mvs.git synced 2026-01-17 08:32:54 +00:00

changed error message in blocksize.go

This commit is contained in:
Moshix 2017-06-24 20:25:18 -05:00
parent 9b10503ab1
commit 32ee0eebdf

View File

@ -33,13 +33,13 @@ func main() {
if dasd == "" { // no dasd type was input
fmt.Println("\nBLK205R No DASD type entered. ")
fmt.Println("BLK206R pls enter DASD type or restart with -h for list of DASD types")
fmt.Println("\nBLK206R pls enter DASD type or restart with -h for list of DASD types")
fmt.Scan(&dasd)
}
if lrecl == 0 { // no lrecl was input
fmt.Printf("\nBLK201R lrecl command line argument is not included.\n")
fmt.Println("BLK202R Please enter lrecl length: ")
fmt.Println("\nBLK202R Please enter lrecl length: ")
fmt.Scan(&lrecl)
}
if *helpPtr { // user asked for help