diff --git a/Web/Controls/Help/Desktop/Documents/Common/Flags/Flags.ascx b/Web/Controls/Help/Desktop/Documents/Common/Flags/Flags.ascx index 8182dddea..5e1088979 100644 --- a/Web/Controls/Help/Desktop/Documents/Common/Flags/Flags.ascx +++ b/Web/Controls/Help/Desktop/Documents/Common/Flags/Flags.ascx @@ -46,7 +46,10 @@

These options can be used on Windows and Linux OS.

--review=path/to/file - is used to open an existing DOCX file in the Track Changes mode without the ability to disable this mode. The XLSX and PPTX files will be opened in the viewing mode, as the track changes mode is not currently supported in spreadsheets and presentations.

--view=path/to/file - is used to open an existing DOCX, XLSX, or PPTX file in the viewing mode without the ability to switch to the editing mode.

-
Replace path/to/file with an actual full path to an existing file. The file path must be enclosed in double quotes. E.g., --review="C:\Users\username\Documents\Document1.docx" for Windows, --review="/home/username/Documents/Document1.docx" for Linux.
+
Replace path/to/file with an actual full path to an existing file. The file path must be enclosed in double quotes. E.g.: +

--review="C:\Users\username\Documents\Document1.docx" for Windows

+

--review="/home/username/Documents/Document1.docx" for Linux

+

--force-use-tab - is used together with the --review=path/to/file or --view=path/to/file flags to open an existing DOCX file in a new tab of the main window. Otherwise, the document opens in a separate window.

Examples of using two flags together:

--review="C:\Users\username\Documents\Document1.docx" --force-use-tab or --view="C:\Users\username\Documents\Document1.docx" --force-use-tab - for Windows