Fix code for --norestore

This commit is contained in:
Lyn Perrine 2019-05-06 20:34:49 -07:00
parent f29f81af9b
commit 81f475250b

View File

@ -11,7 +11,9 @@ Libreoffice all of the different components have a window menu that lets you swi
Libreoffice if you shutdown without saving your work libreoffice will automatically recover the document. If you do not want to recover a document press the :guilabel:`discard` button. If you want to automatically recover the document press the :guilabel:`start` button. If recovery keeps on failing and won't launch run Libreoffice if you shutdown without saving your work libreoffice will automatically recover the document. If you do not want to recover a document press the :guilabel:`discard` button. If you want to automatically recover the document press the :guilabel:`start` button. If recovery keeps on failing and won't launch run
.. code:: libreoffice --norestore .. code::
libreoffice --norestore
from the command line to be able to launch libreoffice if it keeps crashing at startup. from the command line to be able to launch libreoffice if it keeps crashing at startup.