Skip to content

Commit

Permalink
Update --input-file documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
dstein64 committed Feb 11, 2024
1 parent 6ce18e1 commit 97a88e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/startuptime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 97a88e6

Please sign in to comment.