1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00

Cli: Clarify that the "restore" command is to restore items from the trash

This commit is contained in:
Laurent Cozic 2024-03-12 18:20:49 +00:00
parent bc7a0fa095
commit 8cb9c08bcb

View File

@ -9,7 +9,7 @@ class Command extends BaseCommand {
}
public override description() {
return _('Restore the items matching <pattern>.');
return _('Restore the items matching <pattern> from the trash.');
}
public override async action(args: any) {