From 88fe0a6d9dadc5a97edc6d0b92b38d5c1bf5d71a Mon Sep 17 00:00:00 2001 From: AnilChinchawale Date: Thu, 24 May 2018 15:48:47 +0530 Subject: [PATCH] updated USAGE.GO --- cmd/XDC/usage.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/XDC/usage.go b/cmd/XDC/usage.go index a1558c2330..759df4d084 100644 --- a/cmd/XDC/usage.go +++ b/cmd/XDC/usage.go @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with go-ethereum. If not, see . -// Contains the geth command usage template and generator. +// Contains the XDC command usage template and generator. package main