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:
parent
d25873f3c6
commit
e24a5ee1c4
2 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue