From 97a88e688482a09c3c4b777d07b509b328a5ec29 Mon Sep 17 00:00:00 2001 From: Dan Date: Sun, 11 Feb 2024 01:46:25 -0500 Subject: [PATCH] Update --input-file documentation. --- doc/startuptime.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/startuptime.txt b/doc/startuptime.txt index 660b587..ea6cad3 100644 --- a/doc/startuptime.txt +++ b/doc/startuptime.txt @@ -51,9 +51,9 @@ Arguments ~ * `--hidden` prevents the output table from being generated. This may be useful when |:StartupTime| is being run for its side effects (see |startuptime-api|). -* `--input-file` specifies a file with the output generated by running (n)vim - with the |--startuptime| argument. This can be used instead of having the - plugin obtain this information. The argument can't be combined with `--tries`. +* `--input-file` specifies a file that was generated by running (n)vim with the + |--startuptime| argument. This can be used instead of having the plugin obtain + the timing information. The argument can't be combined with `--tries`. * `--sort` and `--no-sort` specify whether events are sorted. * `--sourcing-events` and `--no-sourcing-events` specify whether sourcing events are included.