Skip to content

Commit 78bc99a

Browse files
committed
gui/create-item: add --multi to option list in docs, remove --all (no effect)
1 parent f02f2eb commit 78bc99a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/gui/create-item.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Examples
3737
Options
3838
-------
3939

40+
``--multi``
41+
Also prompt for the quantity of items to create.
4042
``--unit <id>``
4143
Use the specified unit as the "creator" of the generated item instead of the
4244
selected unit.

gui/create-item.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ utils=require('utils')
249249

250250
validArgs = utils.invert({
251251
'startup',
252-
'all',
253252
'restrictive',
254253
'unit',
255254
'multi'

0 commit comments

Comments
 (0)