v: minor change in the output for an unknown help topic (#13927)
parent
719a3b5de3
commit
1211b2e941
|
@ -43,5 +43,6 @@ fn known_topics(topicdir string) string {
|
|||
mut topics := topic_files.map(os.file_name(it).replace('.txt', ''))
|
||||
topics.sort()
|
||||
res << topics.join(', ')
|
||||
res << '.'
|
||||
return res.join('')
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue