aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorboasting-squirrel <boasting.squirrel@gmail.com>2019-03-11 23:25:02 +0000
committerboasting-squirrel <boasting.squirrel@gmail.com>2019-03-11 23:25:02 +0000
commitd56804a37f0c44160f27195853d578d8f85ddba1 (patch)
treee6bfd606d5fc289ac7f39ae087e753c53f75a904 /src/main.rs
parentUpdated README (diff)
downloadminiserve-d56804a37f0c44160f27195853d578d8f85ddba1.tar.gz
miniserve-d56804a37f0c44160f27195853d578d8f85ddba1.zip
Changed Info: to info: to be consistent
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 9f2cacf..1bddd6d 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -121,7 +121,7 @@ fn main() {
version = crate_version!()
);
if !miniserve_config.path_explicitly_chosen {
- println!("{info} miniserve has been invoked without an explicit path so it will serve the current directory.", info=Color::Blue.paint("Info:").bold());
+ println!("{info} miniserve has been invoked without an explicit path so it will serve the current directory.", info=Color::Blue.paint("info:").bold());
println!(
" Invoke with -h|--help to see options or invoke as `miniserve .` to hide this advice."
);