We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c33b8 commit 459f28bCopy full SHA for 459f28b
1 file changed
scripts/git-purge-files
@@ -62,15 +62,15 @@ OPTIONS
62
EXAMPLES
63
o Remove the file "test.bin" from all directories:
64
65
- \$ git-purge-path "/test.bin$"
+ \$ git-purge-files "/test.bin$"
66
67
o Remove all "*.bin" files from all directories:
68
69
- \$ git-purge-path "\.bin$"
+ \$ git-purge-files "\.bin$"
70
71
o Remove all files in the "/foo" directory:
72
73
- \$ git-purge-path "^/foo/$"
+ \$ git-purge-files "^/foo/$"
74
END
75
exit(1);
76
}
0 commit comments