diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-05-17 19:04:57 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-05-22 23:14:00 +0200 |
commit | 76015847eaf6e399699f4f74828a6d5e6538508a (patch) | |
tree | 65f3592e5b6a6158e2b6beb8961d712eb0500dcb /vtysh/vtysh_main.c | |
parent | Merge pull request #2273 from qlyoung/remove-retain-mode (diff) | |
download | frr-76015847eaf6e399699f4f74828a6d5e6538508a.tar.xz frr-76015847eaf6e399699f4f74828a6d5e6538508a.zip |
vtysh: rewrap comments
fixup comments for vtysh
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'vtysh/vtysh_main.c')
-rw-r--r-- | vtysh/vtysh_main.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/vtysh/vtysh_main.c b/vtysh/vtysh_main.c index 3dd70983b..ff5e6bb78 100644 --- a/vtysh/vtysh_main.c +++ b/vtysh/vtysh_main.c @@ -612,9 +612,10 @@ int main(int argc, char **argv, char **env) log_it(cmd->line); /* - * Parsing logic for regular commands will be different than - * for those commands requiring further processing, such as - * cli instructions terminating with question-mark character. + * Parsing logic for regular commands will be different + * than for those commands requiring further + * processing, such as cli instructions terminating + * with question-mark character. */ if (!vtysh_execute_command_questionmark(cmd->line)) ret = CMD_SUCCESS; |