Signed-off-by: Alexander Aring <alex.aring@xxxxxxxxx> --- src/iwpan.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/iwpan.c b/src/iwpan.c index 73d5ba3..1e0b162 100644 --- a/src/iwpan.c +++ b/src/iwpan.c @@ -118,8 +118,9 @@ static void __usage_cmd(const struct cmd *cmd, char *indent, bool full) printf("%.*s\n", (int)(lend - start), start); start = lend + 1; } while (end != lend); - } else + } else { printf("\n"); + } if (!full || !cmd->help) return; -- 2.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html