summarylogtreecommitdiffstats
path: root/zls.install
diff options
context:
space:
mode:
Diffstat (limited to 'zls.install')
-rw-r--r--zls.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/zls.install b/zls.install
index 51209dbf0e09..b4c6403c6dc9 100644
--- a/zls.install
+++ b/zls.install
@@ -1,11 +1,11 @@
post_install() {
- echo "Consider runing 'zls config' to setup initial configuration"
+ echo "Consider runing 'zls --config' to setup initial configuration"
echo ""
echo "This is not required, but it is highly recommended"
}
post_upgrade() {
- echo "Consider re-running 'zls config' to reconfigure the language server"
+ echo "Consider re-running 'zls --config' to reconfigure the language server"
echo ""
echo "Some options may have changed when upgrading from $2 -> $1"
echo ""