Skip to content

Commit

Permalink
Fixing minor CLI sample command error.
Browse files Browse the repository at this point in the history
  • Loading branch information
dinusha92 committed Oct 23, 2019
1 parent c2597ba commit 5f9f89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion import-export-cli/cmd/importApp.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const importAppCmdShortDesc = "Import App"
const importAppCmdLongDesc = "Import an Application to an environment"

const importAppCmdExamples = utils.ProjectName + ` ` + importAppCmdLiteral + ` -f qa/apps/sampleApp.zip -e dev
` + utils.ProjectName + ` ` + importAppCmdShortDesc + ` -f staging/apps/sampleApp.zip -e prod -o testUser
` + utils.ProjectName + ` ` + importAppCmdLiteral + ` -f staging/apps/sampleApp.zip -e prod -o testUser
` + utils.ProjectName + ` ` + importAppCmdLiteral + ` -f qa/apps/sampleApp.zip --preserveOwner --skipSubscriptions -e prod`

// importAppCmd represents the importApp command
Expand Down

0 comments on commit 5f9f89b

Please sign in to comment.