summaryrefslogtreecommitdiff
path: root/desktop/source
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2022-08-04 10:24:23 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2022-08-04 14:37:28 +0200
commita999b8dc83a9ee1749502eb909794cddc6f34f84 (patch)
treed5afb7145c9549bfcfad3fcabfdece680c17029a /desktop/source
parent427ba44505fd5be6920899595759ab5dc47c7342 (diff)
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.kaganski@collabora.com>
Diffstat (limited to 'desktop/source')
-rw-r--r--desktop/source/app/cmdlinehelp.cxx5
1 files changed, 4 insertions, 1 deletions
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"