org: fix one example

* doc/org/genaut.org: Output the result for the last example.
This commit is contained in:
Alexandre Duret-Lutz 2017-09-04 17:23:07 +02:00
parent e7df182a30
commit f726152ebd

View file

@ -45,7 +45,7 @@ The patterns can be specified using a range of the form =N= (a single
value), =N..M= (all values between N and M included), or =..M= (all value), =N..M= (all values between N and M included), or =..M= (all
values between 1 and M included). values between 1 and M included).
#+BEGIN_SRC sh :results verbatim :exports code #+BEGIN_SRC sh :results verbatim :exports both
genaut --ks-nca=..5 --stats='%F=%L has %s states' genaut --ks-nca=..5 --stats='%F=%L has %s states'
#+END_SRC #+END_SRC