ietf

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

commit 08aa5644650d91480615b49bbeeb8f435e000e92
parent b8e61be68b58c6607a4e717d1307f9c123ed714f
Author: 0xflotus <0xflotus@gmail.com>
Date:   Thu, 31 Dec 2020 01:36:42 +0100

fix: name

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

diff --git a/src/main.rs b/src/main.rs @@ -13,7 +13,7 @@ fn main() { .takes_value(true), ) .subcommand(SubCommand::with_name("update").about("Update RFC Index")) - .subcommand(SubCommand::with_name("clean").about("Remove the ietf directory")) + .subcommand(SubCommand::with_name("clean").about("Remove the rfc directory")) .get_matches(); // Read RFC by serial number