Skip to content

Commit 3e1598f

Browse files
committed
Update README.md
1 parent e9c687b commit 3e1598f

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docs/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,8 @@ Expected outcome:
125125
### `archive` - Archives all specified tasks.
126126

127127
Archives the task at the specified task number, by moving it from the task list to the archive.
128-
Multiple task numbers can be input in one command, by separating each task number with a whitespace.
129128

130-
Format: `archive <task_numbers>`
129+
Format: `archive <task_number>`
131130

132131
Example of usage:
133132

@@ -154,9 +153,8 @@ Expected outcome:
154153
### `restore` - Restores all specified tasks.
155154

156155
Restores the task at the specified task number in the archive, by moving it from the archive, back to the task list.
157-
Multiple task numbers can be input in one command, by separating each task number with a whitespace.
158156

159-
Format: `restore <task_numbers>`
157+
Format: `restore <task_number>`
160158

161159
Example of usage:
162160

0 commit comments

Comments
 (0)