diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-05-17 17:04:57 +0000 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-05-22 21:14:00 +0000 | 
| commit | 76015847eaf6e399699f4f74828a6d5e6538508a (patch) | |
| tree | 65f3592e5b6a6158e2b6beb8961d712eb0500dcb /vtysh/vtysh_main.c | |
| parent | 92367796d2dd8657efe70448a798b342b3cab7c9 (diff) | |
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 3dd70983bc..ff5e6bb784 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;  | 
