Skip to content

Commit 459f28b

Browse files
authored
changed git-purge-path to git-purge-files in help (github#290)
1 parent 13c33b8 commit 459f28b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/git-purge-files

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ OPTIONS
6262
EXAMPLES
6363
o Remove the file "test.bin" from all directories:
6464
65-
\$ git-purge-path "/test.bin$"
65+
\$ git-purge-files "/test.bin$"
6666
6767
o Remove all "*.bin" files from all directories:
6868
69-
\$ git-purge-path "\.bin$"
69+
\$ git-purge-files "\.bin$"
7070
7171
o Remove all files in the "/foo" directory:
7272
73-
\$ git-purge-path "^/foo/$"
73+
\$ git-purge-files "^/foo/$"
7474
END
7575
exit(1);
7676
}

0 commit comments

Comments
 (0)