From d073844c398cedd94d7dd35936cbdb5ba79ad782 Mon Sep 17 00:00:00 2001 From: Michal Date: Thu, 16 Apr 2020 00:19:21 +0200 Subject: [PATCH] update autoflake updated --- pages.pl/common/autoflake.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages.pl/common/autoflake.md b/pages.pl/common/autoflake.md index 965bb9025d..d5ed507f08 100644 --- a/pages.pl/common/autoflake.md +++ b/pages.pl/common/autoflake.md @@ -17,4 +17,4 @@ - Usuń nieużywane zmienne rekurencyjnie ze wszystkich plików w katalogu, nadpisując każdy plik: -`autoflake --remove-unused-variables --in-place --recursive {{path/to/directory}}` +`autoflake --remove-unused-variables --in-place --recursive {{sciezka/do/katalogu}}`