diff options
author | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-03-11 23:25:02 +0000 |
---|---|---|
committer | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-03-11 23:25:02 +0000 |
commit | d56804a37f0c44160f27195853d578d8f85ddba1 (patch) | |
tree | e6bfd606d5fc289ac7f39ae087e753c53f75a904 | |
parent | Updated README (diff) | |
download | miniserve-d56804a37f0c44160f27195853d578d8f85ddba1.tar.gz miniserve-d56804a37f0c44160f27195853d578d8f85ddba1.zip |
Changed Info: to info: to be consistent
Diffstat (limited to '')
-rw-r--r-- | src/main.rs | 2 |
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." ); |