Improve the WINDOW help

Properly describe the window command.
Make help sort order deterministic.
This commit is contained in:
Ailin Nemui 2015-07-12 19:03:58 +02:00 committed by ailin-nemui
commit d3df165e0b
2 changed files with 43 additions and 43 deletions

View file

@ -10,7 +10,7 @@
# Remember to include the asterisk ('*').
$SRC_PATH='src';
@files = `find src -name '*.c'`;
@files = sort `find src -name '*.c'`;
foreach $file (@files) {
open (FILE, "$file");