From eb723f3af910be32f6de36d2417f816eda8d5618 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 1 Jan 2016 09:10:21 -0600 Subject: [PATCH] Update time command description in the NSH document --- Documentation/NuttShell.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 3e64ca0588b..cb0c5b02f74 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -2642,7 +2642,7 @@ time "<command>" Perform command timing. This command will execute the following <command> string and then show how much time was required to execute the command. Time is shown with a resolution of 100 microseconds which may be beyond the resolution of many configurations. - Note that the <command> string must be enclosed in quotation marks. + Note that the <command> must be enclosed in quotation marks if it contains spaces or other delimiters.

Example: