desktop/source/app/cmdlinehelp.cxx |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit a999b8dc83a9ee1749502eb909794cddc6f34f84
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Thu Aug 4 10:24:23 2022 +0300
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Thu Aug 4 14:37:28 2022 +0200

    tdf#150251: clarify macro URL authority in command line help
    
    Change-Id: Idaf76365802023204bd2be27d9b4db62cd12f8dc
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137780
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com>

diff --git a/desktop/source/app/cmdlinehelp.cxx 
b/desktop/source/app/cmdlinehelp.cxx
index 419b03b3acda..58b8b3abb566 100644
--- a/desktop/source/app/cmdlinehelp.cxx
+++ b/desktop/source/app/cmdlinehelp.cxx
@@ -46,7 +46,10 @@ namespace desktop
         "   {file}              Tries to open the file (files) in the 
components        \n"
         "                       suitable for them.                             
         \n"
         "   {file} {macro:///Library.Module.MacroName}                         
         \n"
-        "                       Opens the file and runs specified macros from  
         \n"
+        "                       Opens the file and runs specified macro from   
         \n"
+        "                       My Macros container.                           
         \n"
+        "   {file} {macro://./Library.Module.MacroName}                        
         \n"
+        "                       Opens the file and runs specified macro from   
         \n"
         "                       the file.                                      
         \n\n"
         "Getting help and information:                                         
         \n"
         "   --help | -h | -?    Shows this help and quits.                     
         \n"

Reply via email to