Skip to content

Commit

Permalink
Update printed strings
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonnam committed Jul 1, 2018
1 parent b5beba6 commit c560340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Flint/help/helpCommandHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ let helpCommandHandler: CommandHandler = { _, _, _, _ in
│ template list │ t l │ List available templates under template home │
│ template remove │ t r │ Remove templates under template home │
├─────────────────┼───────┼─────────────────────────────────────────────────┤
│ spark │ s │ Generate project from template
│ spark │ s │ Generate project or files from template
├─────────────────┼───────┼─────────────────────────────────────────────────┤
│ input │ i │ Generate variable input file from template │
├─────────────────┼───────┼─────────────────────────────────────────────────┤
Expand Down
2 changes: 1 addition & 1 deletion Sources/Flint/spark/sparkCommandHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -253,5 +253,5 @@ let sparkCommandHandler: CommandHandler = { _, _, operandValues, optionValues in
}
}

print("".color(.green) + " Project Generated")
print("".color(.green) + " Generated")
}

0 comments on commit c560340

Please sign in to comment.