ietf

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 93fd8c1dde897a28da5e3013d9844f44014229f0
parent 6bf53af69285f99fe4e4c12e5c11b8c836e03a54
Author: cy6erlion <dev@merely.tech>
Date:   Tue, 12 Jan 2021 21:01:24 +0200

update program description

Diffstat:
Msrc/main.rs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.rs b/src/main.rs @@ -16,7 +16,7 @@ use std::io::{BufReader, Read}; fn main() -> Result<(), std::io::Error> { let matches = App::new("ietf") .version("0.1.0") - .about("A program to read RFCs in the terminal.") + .about("CLI for reading IETF RFCs.") .before_help("██▄██ ▄▄█▄ ▄█ ▄▄\n██ ▄█ ▄▄██ ██ ▄█\n█▄▄▄█▄▄▄██▄██▄██\n▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀") .arg( Arg::with_name("Number")