pimd: Fix comment
diff --git a/pimd/quagga-build-no-vtysh.sh b/pimd/quagga-build-no-vtysh.sh
index 22e084e..7136f67 100755
--- a/pimd/quagga-build-no-vtysh.sh
+++ b/pimd/quagga-build-no-vtysh.sh
@@ -3,7 +3,7 @@
 # Build minimum Quagga needed for pimd.
 #
 # Run from quagga's top dir as:
-# ./pimd/quagga-build.sh
+# ./pimd/quagga-build-no-vtysh.sh
 #
 # $QuaggaId: $Format:%an, %ai, %h$ $
 
diff --git a/pimd/quagga-configure-no-vtysh.sh b/pimd/quagga-configure-no-vtysh.sh
index 72caefb..b3052dc 100755
--- a/pimd/quagga-configure-no-vtysh.sh
+++ b/pimd/quagga-configure-no-vtysh.sh
@@ -3,7 +3,7 @@
 # Configure for minimum Quagga build needed for pimd.
 #
 # Run from quagga's top dir as:
-# . pimd/quagga-configure.sh
+# ./pimd/quagga-configure-no-vtysh.sh
 #
 # $QuaggaId: $Format:%an, %ai, %h$ $