summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rwxr-xr-xdesktop/scripts/soffice.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/scripts/soffice.sh.in b/desktop/scripts/soffice.sh.in
index 86ea49f02516..defd7b23ed6a 100755
--- a/desktop/scripts/soffice.sh.in
+++ b/desktop/scripts/soffice.sh.in
@@ -161,11 +161,11 @@ fi
if test "$#" -eq 1; then
case "$1" in
-h | --h | --he | --hel | --help)
- "$sd_prog/soffice.bin" -h
+ "$sd_prog/soffice.bin" --help
exit 0
;;
-V | --v | --ve | --ver | --vers | --versi | --versio | --version)
- "$sd_prog/soffice.bin" -h | head -1
+ "$sd_prog/soffice.bin" --version
exit 0
;;
*)