vty doc fix

Change-Id: Ie1ba8c0a1fb6613b7f21d6889e3c6978288a51e4
This commit is contained in:
Neels Janosch Hofmeyr
2024-07-31 05:08:45 +02:00
parent afe7a51c8f
commit 4738fc2014

View File

@@ -108,7 +108,7 @@ DEFUN(c_listen, c_listen_cmd,
DEFUN(c_sleep, c_sleep_cmd, DEFUN(c_sleep, c_sleep_cmd,
"sleep <0-999999> [<0-999>]", "sleep <0-999999> [<0-999>]",
"Let some time pass\n" "Let some time pass\n"
"Seconds to wait\n") "Seconds to wait\n" "Additional milliseconds to wait\n")
{ {
int secs = atoi(argv[0]); int secs = atoi(argv[0]);
int msecs = 0; int msecs = 0;