Skip to content
This repository was archived by the owner on Jan 16, 2021. It is now read-only.

Commit f654bbb

Browse files
author
Pavan Kumar
committed
[new] clairfy documentation of new cmd
the code location flag is relative to the current directory for ease of use documentation does not make this clear. fix it.
1 parent 649c5cc commit f654bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

new.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,6 @@ You can also use it in non-interactive mode by using the various flags available
359359
cmd.Flags().StringVarP(&nc.parseAppName, "app", "a", nc.parseAppName,
360360
"Name of the Parse app you want to create or set up Cloud Code project for.")
361361
cmd.Flags().StringVarP(&nc.codeLocation, "loc", "l", nc.codeLocation,
362-
"Location at which the Cloud Code project will be set up.")
362+
"Location, relative to the current directory, at which the Cloud Code project will be set up.")
363363
return cmd
364364
}

0 commit comments

Comments
 (0)