From 3c7f2d651a7ea83ce5e15a96c247c954f1f4496c Mon Sep 17 00:00:00 2001 From: Akihito Nakano Date: Mon, 13 Jul 2020 03:48:20 +0000 Subject: [PATCH] Tweak for appearance (#1351) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Issue Addressed This PR tweaks the appearance of description for `boot_node` subcommand. 👀 ![image](https://user-images.githubusercontent.com/1885716/87242856-97782680-c46b-11ea-9210-a161c630f942.png) --- boot_node/src/cli.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/boot_node/src/cli.rs b/boot_node/src/cli.rs index ac700b5f1a..db47bcf26e 100644 --- a/boot_node/src/cli.rs +++ b/boot_node/src/cli.rs @@ -5,10 +5,10 @@ use clap::{App, Arg}; // TODO: Add DOS prevention CLI params pub fn cli_app<'a, 'b>() -> App<'a, 'b> { App::new("boot_node") - .about("Start a special Lighthouse process that only serves as a discv5 boot-node. This - process will *not* import blocks or perform most typical beacon node functions. Instead, it - will simply run the discv5 service and assist nodes on the network to discover each other. - This is the recommended way to provide a network boot-node since it has a reduced attack + .about("Start a special Lighthouse process that only serves as a discv5 boot-node. This \ + process will *not* import blocks or perform most typical beacon node functions. Instead, it \ + will simply run the discv5 service and assist nodes on the network to discover each other. \ + This is the recommended way to provide a network boot-node since it has a reduced attack \ surface compared to a full beacon node.") .settings(&[clap::AppSettings::ColoredHelp]) .arg(