chore(export): command short message

This commit is contained in:
iyear 2023-05-24 10:30:05 +08:00
parent bbd0f7c773
commit a726a8027c

View File

@ -42,7 +42,7 @@ func NewChatExport() *cobra.Command {
cmd := &cobra.Command{
Use: "export",
Short: "export media messages from (protected) chat for download",
Short: "export messages from (protected) chat for download",
RunE: func(cmd *cobra.Command, args []string) error {
switch opts.Type {
case chat.ExportTypeTime, chat.ExportTypeID: