diff --git a/tutorial/cli/example1.e b/tutorial/cli/example1.e index 1653e3afd..e1a352968 100644 --- a/tutorial/cli/example1.e +++ b/tutorial/cli/example1.e @@ -22,6 +22,7 @@ feature {ANY} if opt_organization.is_set then io.put_string(opt_organization.item) + io.put_character(' ') else io.put_string(opt_author_last.item.as_upper) io.put_string(", ")