Skip to content

Commit 9a0d465

Browse files
lgritzssh4net
authored andcommitted
docs: Fix misstatement about oiiotool --if (AcademySoftwareFoundation#5102)
There is no `--then`, you just say `--if condition commands...` Fixes AcademySoftwareFoundation#5068 Signed-off-by: Larry Gritz <lg@larrygritz.com> Signed-off-by: Vlad (Kuzmin) Erium <libalias@gmail.com>
1 parent 5103573 commit 9a0d465

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/doc/oiiotool.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ Control flow
269269
Scriptability is provided by the use of control flow statements.
270270
The usual programming constructs are supported:
271271

272-
* Conditionals : `--if` *condition* `--then` *commands...* `--else` *commands...* `--endif`
272+
* Conditionals : `--if` *condition* *commands...* `--else` *commands...* `--endif`
273273

274274
* General looping: `--while` *condition* *commands...* `--endwhile`
275275

0 commit comments

Comments
 (0)