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:
parent
bc7a0fa095
commit
8cb9c08bcb
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user