diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cde521..7df1948 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ Procedure when bumping the version number: ### Changed - Reduced amount of unnecessary redraws +- Description of `export` CLI command ### Fixed - Crash when connecting to nonexistent rooms diff --git a/src/main.rs b/src/main.rs index aa3abc9..36708dd 100644 --- a/src/main.rs +++ b/src/main.rs @@ -41,7 +41,7 @@ use crate::logger::Logger; enum Command { /// Run the client interactively (default). Run, - /// Export logs for a single room as a plain text file. + /// Export room logs as plain text files. Export(export::Args), /// Compact and clean up vault. Gc,