fix task create (#1192)

fixes #1190
pull/10616/head
Lyon Hill 2018-10-25 13:57:17 -06:00 committed by GitHub
parent 751a53dd24
commit 0894d5a3e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -58,8 +58,9 @@ var taskCreateFlags TaskCreateFlags
func init() {
taskCreateCmd := &cobra.Command{
Use: "create",
Use: "create [query literal or @/path/to/query.flux]",
Short: "Create task",
Args: cobra.ExactArgs(1),
Run: taskCreateF,
}