Commit 804917f3 authored by Guillaume Quintard's avatar Guillaume Quintard

Document delay

parent 0604adad
......@@ -507,8 +507,11 @@ cmd_err_shell(CMD_ARGS)
VSB_destroy(&vsb);
}
/**********************************************************************
* Dump command arguments
/* SECTION: delay delay
*
* This is the equivalent of ``sleep`` in shell: the command takes one argument
* that is the number of seconds (can be a float) to wait before continuing the
* test.
*/
void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment