diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-08 17:45:12 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-08 17:45:12 +0100 |
commit | b6049d0b616812bc72d0549d88cc59f21d517b7c (patch) | |
tree | cddfb970a49d7a4016f6872eaa48551c52e7ba30 /cmd-exec.go | |
parent | e7c3ce2030313576cdf15e0eff26e59fcbeb4acc (diff) |
Added short options for exec and project subcommands.
Diffstat (limited to 'cmd-exec.go')
-rw-r--r-- | cmd-exec.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-exec.go b/cmd-exec.go index d5b6466..1d121c3 100644 --- a/cmd-exec.go +++ b/cmd-exec.go @@ -21,12 +21,12 @@ func initCmdExec(cmdDef *[]cli.Command) { Usage: "project ID you want to build (mandatory variable)", }, cli.StringFlag{ - Name: "rpath", + Name: "rpath, p", EnvVar: "XDS_RPATH", Usage: "relative path into project", }, cli.StringFlag{ - Name: "sdkid", + Name: "sdkid, sdk", EnvVar: "XDS_SDK_ID", Usage: "Cross Sdk ID to use to build project", }, |