diff options
Diffstat (limited to 'cmd/bootnode')
-rw-r--r-- | cmd/bootnode/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/bootnode/main.go b/cmd/bootnode/main.go index 6f0ae4bd5..397fa099c 100644 --- a/cmd/bootnode/main.go +++ b/cmd/bootnode/main.go @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with go-ethereum. If not, see <http://www.gnu.org/licenses/>. -// Command bootnode runs a bootstrap node for the Discovery Protocol. +// bootnode runs a bootstrap node for the Ethereum Discovery Protocol. package main import ( |