aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-01-24 18:15:23 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-01-24 18:15:23 +0100
commitc3c015d68a6f27bdb86c594ffbb481ee68f9e0c1 (patch)
tree927d40c27964e7ef3ce777b848512f69b9703f8c
parent2f718c72a51850f3ab1af8d93a381b594fb2c825 (diff)
Fixed usage of project type.eel_5.0.1eel/5.0.15.0.1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
-rw-r--r--cmd-projects.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-projects.go b/cmd-projects.go
index 8c12cbf..1aa0dfc 100644
--- a/cmd-projects.go
+++ b/cmd-projects.go
@@ -57,7 +57,7 @@ func initCmdProjects(cmdDef *[]cli.Command) {
},
cli.StringFlag{
Name: "type, t",
- Usage: "project type (pathmap|pm, cloudsync|sc)",
+ Usage: "project type (pathmap|pm, cloudsync|cs)",
},
},
},