diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -165,7 +165,7 @@ hint=false gist | |||
165 | gist 3 --no-action | 165 | gist 3 --no-action |
166 | 166 | ||
167 | # delete your third gist without confirmation | 167 | # delete your third gist without confirmation |
168 | confirm=false gist delete 3 | 168 | gist delete 3 --force |
169 | ``` | 169 | ``` |
170 | 170 | ||
171 | 171 | ||