summaryrefslogtreecommitdiff
path: root/desktop/scripts
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-01-11 12:46:33 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-01-11 12:46:33 -0500
commit86df5e193288093b7168c696dcdcdd8b551d2e88 (patch)
treecea130863c8f71f26350a1a089906767dfbcadbd /desktop/scripts
parentf52db3c55b191ee9ea17dfa03ea33527aac491d9 (diff)
Add deprecation warning on -foo style command line options.
Diffstat (limited to 'desktop/scripts')
-rw-r--r--desktop/scripts/soffice.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh
index a38cf280a29e..cf80892efbd9 100644
--- a/desktop/scripts/soffice.sh
+++ b/desktop/scripts/soffice.sh
@@ -98,7 +98,7 @@ done
# test for availability of the fast external splash
for arg in $@; do
case "$arg" in
- --nologo|-nologo|--no-oosplash|-no-oosplash|--version|--help|-help|-h|-\?)
+ --nologo|-nologo|--no-oosplash|-no-oosplash|--version|-version|--help|-help|-h|-\?)
no_oosplash=y
;;
esac