From cf230a98d77f5d17f83b6cc4ac132828a8248d22 Mon Sep 17 00:00:00 2001 From: Osamu TONOMORI Date: Tue, 27 Dec 2016 14:16:31 +0900 Subject: [PATCH] Fix usage of printable ascii --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index 80c51f4..9c7d666 100644 --- a/doc.go +++ b/doc.go @@ -654,7 +654,7 @@ Printable ASCII This validates that a string value contains only printable ASCII characters. NOTE: if the string is blank, this validates as true. - Usage: asciiprint + Usage: printascii Multi-Byte Characters