Fix trailing spaces after backslashes in shell examples
Remove trailing spaces after backslashes in FIBO command examples. These caused shell line continuation to break when users copy-pasted the commands, resulting in 'command not found' errors.
This commit is contained in:
parent
2e28a987c7
commit
38b1b538fe
@ -1116,7 +1116,7 @@ mflux-generate-fibo \
|
||||
--width 1200 \
|
||||
--height 540 \
|
||||
--steps 20 \
|
||||
--guidance 4.0 \
|
||||
--guidance 4.0 \
|
||||
--seed 42 \
|
||||
--output animal_bakers.png
|
||||
```
|
||||
@ -1132,7 +1132,7 @@ mflux-generate-fibo \
|
||||
--width 1200 \
|
||||
--height 540 \
|
||||
--steps 20 \
|
||||
--guidance 4.0 \
|
||||
--guidance 4.0 \
|
||||
--seed 42 \
|
||||
--output animal_bakers.png
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user