From 90cc0194820c2ae99ad3ec16e1a1774f950362ce Mon Sep 17 00:00:00 2001 From: sharkdp Date: Tue, 12 Jun 2018 07:49:14 +0200 Subject: [PATCH] Run 'cargo fmt' --- src/app.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.rs b/src/app.rs index 0680689c..b8e9942c 100644 --- a/src/app.rs +++ b/src/app.rs @@ -150,8 +150,8 @@ impl App { .long_help( "Print a specified range or ranges of lines from the files. \ For example: '--line-range 30:40' will print lines 30 to 40 \n\ - '--line-range :40' will print lines 1 to 40 \n\ - '--line-range 40:' will print lines 40 to the end of the file", + '--line-range :40' will print lines 1 to 40 \n\ + '--line-range 40:' will print lines 40 to the end of the file", ), ) .arg(