diff --git a/sphinx_doc_src/cmds/time.rst b/sphinx_doc_src/cmds/time.rst index 5e13ec6b2..f6e8778bb 100644 --- a/sphinx_doc_src/cmds/time.rst +++ b/sphinx_doc_src/cmds/time.rst @@ -17,6 +17,8 @@ Description For checking timing after a command has completed, check :ref:`$CMD_DURATION `. +Your system most likely also has a `time` command. To use that use something like `command time`, as in `command time sleep 10`. Because it's not inside fish, it won't have access to fish functions and won't be able to time blocks and such. + Example -------