summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMichal Svec <msvec@suse.com>2011-12-14 18:19:09 +0100
committerJan Holesovsky <kendy@suse.cz>2011-12-14 18:20:52 +0100
commit67482ee4b91fd082333f2d66ced119e6b54c0ee4 (patch)
tree5c1010738913c014a55c1dc0de239373c7902cfb /desktop
parente1986d605888848e6884c68337e850f055aa8396 (diff)
Fix the soffice.sh wrapper's -h / --version.
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
;;
*)