summary refs log tree commit diff stats
path: root/tools/niminst/install.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/niminst/install.tmpl')
-rw-r--r--tools/niminst/install.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/niminst/install.tmpl b/tools/niminst/install.tmpl
index 21768a88f..fa503fa36 100644
--- a/tools/niminst/install.tmpl
+++ b/tools/niminst/install.tmpl
@@ -23,7 +23,7 @@ if [ $# -eq 1 ] ; then
       echo "  /usr/bin"
       echo "  /usr/local/bin"
       echo "  /opt"
-      echo "  <some other dir> (treated like '/opt')"
+      echo "  <some other dir> (treated similar to '/opt')"
       echo "To deinstall, use the command:"
       echo "sh deinstall.sh DIR"
       exit 1
@@ -127,7 +127,7 @@ else
   echo "  /usr/bin"
   echo "  /usr/local/bin"
   echo "  /opt"
-  echo "  <some other dir> (treated like '/opt')"
+  echo "  <some other dir> (treated similar to '/opt')"
   echo "To deinstall, use the command:"
   echo "sh deinstall.sh DIR"
   exit 1