From 3c1690575406b4b5a4440076d364f75fd4b21b9c Mon Sep 17 00:00:00 2001 From: Andrey Elizarov Date: Wed, 25 May 2016 07:01:10 +0400 Subject: [PATCH] update documentation. fix "git ignore-io" flags --- Commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commands.md b/Commands.md index 19be3f8..8159188 100644 --- a/Commands.md +++ b/Commands.md @@ -436,7 +436,7 @@ $ git ignore-io vim To export it to `.gitignore` file you can use the following options: * `-a` or `--append` to append the result to `.gitignore` -* `-e` or `--export` to replace `.gitignore` with the result +* `-r` or `--replace` to export `.gitignore` with the result ```bash $ git ignore-io vim python