1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-29 10:15:38 +02:00

Update hg-commit.md

This commit is contained in:
Starbeamrainbowlabs 2017-12-12 20:22:20 +00:00 committed by GitHub
parent e479a2d01e
commit a114250028
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@
`hg commit -I/--include {{pattern}}`
- Commit all files excluding those that match a specified pattern:
- Commit all files, excluding those that match a specified pattern:
`hg commit -X/--exclude {{pattern}}`