changeset 11767:74ff03773e37 draft

<fizzie> sled bin/words//39s|@opt|sort &|
author HackEso <hackeso@esolangs.org>
date Sun, 07 Apr 2019 19:25:26 +0000
parents fa1e8c8f1676
children 60e8ceb7677d
files bin/words
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/words	Thu Apr 04 23:13:11 2019 +0000
+++ b/bin/words	Sun Apr 07 19:25:26 2019 +0000
@@ -36,7 +36,7 @@
 ;
 
 my $list_text = <<END
-valid datasets: --@{[join ' --', @options]}
+valid datasets: --@{[join ' --', sort @options]}
 default: $default_opt
 END
 ;