From 23fb11736a12b1346f2bb80faa1e55c05995d7ec Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Thu, 8 Aug 2024 15:30:20 -0400 Subject: [PATCH] rewrite --- doc/src/Run_options.rst | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/doc/src/Run_options.rst b/doc/src/Run_options.rst index fba030e3b1..471f1e9282 100644 --- a/doc/src/Run_options.rst +++ b/doc/src/Run_options.rst @@ -510,14 +510,14 @@ e.g. the *nfile* and *fileper* keywords. See the .. versionadded:: TBD -Write out some info about the restart file and and immediately exit. This -is the same operation as if the following 2-line input script were +Write out some info about the restart file and and immediately exit. +This is the same operation as if the following 2-line input script were run: .. code-block:: LAMMPS read_restart restartfile - info system group compute fix keyword ... + info system group compute fix The specified restartfile name may contain the wild-card character "\*". The restartfile name may also contain the wild-card character "%". The @@ -527,10 +527,11 @@ restart file can be read. Note that a filename such as file.\* may need to be enclosed in quotes or the "\*" character prefixed with a backslash ("\") to avoid shell expansion of the "\*" character. -The :doc:`info command ` is already followed by the most useful -keywords, but additional keywords like *coeffs* or *comm* may be -appended to write out more details about the information stored in the -restart file. +Optional keywords may follow the restartfile. Those would have to be +valid keywords for the :doc:`info command `. The most useful +ones - system, group, compute, and fix - are already applied. Appending +keywords like *coeffs* or *comm* may provide additional useful +information stored in the restart file. ----------