From 79829b69e0ee80e4b2f163ec9589bfa12ca6c2b6 Mon Sep 17 00:00:00 2001
From: Alex Ellis <alexellis2@gmail.com>
Date: Sun, 1 Oct 2017 22:06:27 +0100
Subject: [PATCH] Add --name for invoke

---
 TestDrive.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TestDrive.md b/TestDrive.md
index a614d819..f91cccb1 100644
--- a/TestDrive.md
+++ b/TestDrive.md
@@ -84,7 +84,7 @@ You can access the sample functions via the command line with a HTTP POST reques
 * Invoke the markdown function with the CLI:
 
 ```
-$ echo "# Test *Drive*"| faas-cli invoke func_markdown
+$ echo "# Test *Drive*"| faas-cli invoke --name func_markdown
 <h1>Test <em>Drive</em></h1>
 ```
 
-- 
GitLab