On Fri, Feb 22, 2013 at 05:10:29PM +0000, Serge E. Hallyn wrote: > Hi, > > up to and including 1.3.0, monitor.c:do_info(), if it got no arg or an > unknown arg, would do help_cmd(mon, "info"); That behavior is gone in > 1.4.0, so that 'info', 'info help', and 'info whatever' just say unknown > argument. Was that intended, or would re-introducing the old behavior > be acceptable?
Seems intended: 84c44613f9ad8d13e0d2dbee767051527072dc12 introduced the change as a result of refactoring, and the change in behavior was documented (and the original behavior was never really 'official': 'help info' was always the documented help text). > > -serge >