aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-03-18 18:28:23 +0800
committertypebrook <typebrook@gmail.com>2020-03-19 11:07:55 +0800
commit2b32e172863df8b272b4c4c4d69ea8226e0aec95 (patch)
tree13510272ac9fe67dd2f0f9ba63e3eeb7338a409c /README.md
parente1c9027186a05f25a72736d115436c6492adb18d (diff)
Modify parameter for 'gist delete'
Use environment variable is too risky here
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fa2b7f3..da70fdb 100644
--- a/README.md
+++ b/README.md
@@ -165,7 +165,7 @@ hint=false gist
165gist 3 --no-action 165gist 3 --no-action
166 166
167# delete your third gist without confirmation 167# delete your third gist without confirmation
168confirm=false gist delete 3 168gist delete 3 --force
169``` 169```
170 170
171 171