summaryrefslogtreecommitdiffstats
path: root/cmd-exec.go
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-11-08 17:45:12 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-11-08 17:45:12 +0100
commitb6049d0b616812bc72d0549d88cc59f21d517b7c (patch)
treecddfb970a49d7a4016f6872eaa48551c52e7ba30 /cmd-exec.go
parente7c3ce2030313576cdf15e0eff26e59fcbeb4acc (diff)
Added short options for exec and project subcommands.
Diffstat (limited to 'cmd-exec.go')
-rw-r--r--cmd-exec.go4
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",
},