We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7600ff commit f1e84f9Copy full SHA for f1e84f9
platform/vs/sonic-gns3a.sh
@@ -1,12 +1,12 @@
1
#!/bin/bash
2
3
# This script creates a .gns3a SONiC appliance file
4
-IMGFILE="sonic-vs.image"
+IMGFILE="sonic-vs.img"
5
RELEASE="latest"
6
7
usage() {
8
- echo "`basename $0` [ -r <ReleaseNumber> ] -b <SONiC VS image: sonic-vs.image>"
9
- echo "e.g.: `basename $0` -r 1.1 -b <store_path>/sonic-vs.image"
+ echo "`basename $0` [ -r <ReleaseNumber> ] -b <SONiC VS image: sonic-vs.img>"
+ echo "e.g.: `basename $0` -r 1.1 -b <store_path>/sonic-vs.img"
10
exit 0
11
}
12
0 commit comments