From 1a5850137368d7d3961e9120034f143433c49b84 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 12 May 2021 12:57:51 +0200 Subject: Fix typo Signed-off-by: Matthias Beyer --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/cli.rs b/src/cli.rs index 931a532..6afb3a1 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -28,7 +28,7 @@ pub fn cli<'a>() -> App<'a> { .about("Generic Build Orchestration System for building linux packages with docker") .after_help(r#" - The folowing environment variables can be passed to butido: + The following environment variables can be passed to butido: RUST_LOG - to enable logging, for exact usage see the rust cookbook PAGER - to change the pager -- cgit v1.2.3