index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2021-06-23 19:14:54.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2021-06-23 19:14:54.0 +00:00:00
commit
87b8744d8f74770e10a1559a259f16c5e0f907da [patch]
tree
40dd55f6aa01920958b8520cb00aecd93661ca1d
parent
e2bf778b5991929c45b4ae5201fa14d4da6110a6
download
87b8744d8f74770e10a1559a259f16c5e0f907da.tar.gz

refactor: minor config info updates



Diff

 src/config.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/config.rs b/src/config.rs
index 8efc362..3b6de0a 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -1,7 +1,7 @@
use structopt::StructOpt;

/// A blazing fast static files-serving web server powered by Rust
#[derive(Debug, StructOpt)]
#[structopt(about, author)]
pub struct Config {
    #[structopt(long, short = "a", default_value = "::", env = "SERVER_HOST")]
    /// Host address (E.g 127.0.0.1 or ::1)