This commit is contained in:
Vitor Santos Costa
2018-04-09 13:42:06 +01:00
parent 2d19db5fce
commit 04c38ecc29
4 changed files with 14 additions and 10 deletions

View File

@@ -260,8 +260,7 @@ tinfo(Reg) -->
tinfo(Reg).
addinfo( Desc) -->
( ;
[[p]]
( [[p]]
->
[]
;
@@ -807,7 +806,7 @@ print_lines( S, Prefixes, Key) -->
{ nl(S),
Prefixes = [PrefixS - Cmds|More],
format(S, PrefixS, []Cmds)
}
},
{
More == []
->