From 647854daccf38007e7ed518c6d2cfbbac8f233bc Mon Sep 17 00:00:00 2001 From: Samuel GOUGEON Date: Tue, 26 Jan 2021 19:01:15 +0100 Subject: [PATCH] * Bug 16634 fixed: wrong scilab -h for -l option / Linux http://bugzilla.scilab.org/16634 Change-Id: I94c2149a85aab84f49f7e5206183b218a406ffda --- scilab/bin/scilab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scilab/bin/scilab b/scilab/bin/scilab index 9e83fef..4e53477 100755 --- a/scilab/bin/scilab +++ b/scilab/bin/scilab @@ -1053,7 +1053,7 @@ do_help() echo " -e and -f arguments are mutually exclusive." echo " -quit : force scilab exit after execution of script from -e or -f argument." echo " this flag is ignored if it is not used with -e or -f argument." - echo " -l Lang : set the current language. Lang can be equal to fr or en." + echo " -l Lang : set the current language. Lang can be equal to en_US, fr_FR, etc." echo " -nb : do not display Scilab loading on start." echo " -ns : do not execute scilab.start startup file. This argument will disable many features in Scilab (Only use if you know what you are doing)." echo " -nouserstartup : do not execute the user startup files SCIHOME/.scilab or SCIHOME/scilab.ini." -- 1.7.9.5