Skip to content

Commit a4ec106

Browse files
authored
#1032: improved help to clear version issue
1 parent 153cebd commit a4ec106

File tree

1 file changed

+3
-0
lines changed
  • scripts/src/main/resources/scripts/command

1 file changed

+3
-0
lines changed

scripts/src/main/resources/scripts/command/help

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ else
4141
then
4242
echo "devon help <command>"
4343
echo "Print help for <command>"
44+
echo
45+
echo "Options:"
46+
echo " -v | --version print the version of your devon script installed globally in your users home directory. This is not the version of your devonfw-ide installation that can be found above below the logo in green!"
4447
else
4548
doDevonCommand "${1}" help
4649
if [ -f "${DEVON_IDE_HOME}/ide-mirrors/${1}/available-versions" ]

0 commit comments

Comments
 (0)