call instructions consistent with script names
diff --git a/scripts/ext-def-sky130A.sh b/scripts/ext-def-sky130A.sh
index 64c29f5..0977ccf 100644
--- a/scripts/ext-def-sky130A.sh
+++ b/scripts/ext-def-sky130A.sh
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-# To call: ./ext-gds-sky130A.sh <target_path> <design_name> <pdk-root> [<output_path> default is <target_path>/results/]
+# To call: ./ext-def-sky130A.sh <target_path> <design_name> <pdk-root> [<output_path> default is <target_path>/results/]
export TARGET_DIR=$1
export DESIGN_NAME=$2
diff --git a/scripts/ext-mag-sky130A.sh b/scripts/ext-mag-sky130A.sh
index 7e320fa..16f110f 100644
--- a/scripts/ext-mag-sky130A.sh
+++ b/scripts/ext-mag-sky130A.sh
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-# To call: ./ext-gds-sky130A.sh <target_path> <design_name> <pdk-root> [<output_path> default is <target_path>/results/]
+# To call: ./ext-mag-sky130A.sh <target_path> <design_name> <pdk-root> [<output_path> default is <target_path>/results/]
export TARGET_DIR=$1
export DESIGN_NAME=$2