Skip to content

Commit e709f17

Browse files
authored
update command.js
1 parent 644bc0c commit e709f17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

command.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ program
3434
.description('Deploy a script version of your script, stage it to be used on a page')
3535
.option("--file <string>", "relative path of the file to the scripts/ folder eg. test.js if the file is right inside the scripts folder")
3636
.option("--version <string>", "semantic version eg. 1.0.0, dev version is used to deploy the script that will be in sync with your local development file")
37-
.option("--location <string>", "body|head")
37+
.option("--location <string>", "header|footer")
3838
.action((options) => deploy(options));
3939

4040

@@ -78,4 +78,4 @@ program
7878
console.log(colors.red("Retrivial argument can only be 'site' or 'page', " + retrievial + " supplied"));
7979
});
8080

81-
program.parse();
81+
program.parse();

0 commit comments

Comments
 (0)