Adjust export help message wording

Since the export command can now export multiple rooms at a time, the
old description was outdated.
This commit is contained in:
Joscha 2022-08-21 16:33:47 +02:00
parent d25873f3c6
commit e24a5ee1c4
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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,