δΊ 2013-1-10 18:24, Markus Armbruster ει:
> Wenchao Xia writes:
>
>>Now info command takes a table of sub info commands,
>> and changed do_info() to do_info_help() to do help funtion
>> only.
>
> Commit message should document that info no longer lists
> the topics.
>
OK.
--
Best Regar
Wenchao Xia writes:
> Now info command takes a table of sub info commands,
> and changed do_info() to do_info_help() to do help funtion
> only.
Commit message should document that info no longer lists
the topics.
Now info command takes a table of sub info commands,
and changed do_info() to do_info_help() to do help funtion
only.
Signed-off-by: Wenchao Xia
---
hmp-commands.hx |3 ++-
monitor.c | 22 +-
2 files changed, 3 insertions(+), 22 deletions(-)
diff --git a/hmp-co