Skip to content
This repository was archived by the owner on Dec 18, 2017. It is now read-only.

Commit 9c54d02

Browse files
committed
Fix typo in help text
1 parent 92789c7 commit 9c54d02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dnvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ dnvm()
346346
if [ $# -lt 1 ]; then
347347
__dnvm_description
348348

349-
printf "%b\n" "Use ${Yel}$_DNVM_COMMAND_NAME [help|-h|-help|--help] ${RCol} to displays help text."
349+
printf "%b\n" "Use ${Yel}$_DNVM_COMMAND_NAME [help|-h|-help|--help] ${RCol} to display help text."
350350
echo ""
351351
return
352352
fi

0 commit comments

Comments
 (0)