1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-29 12:35:30 +02:00

Removed short flags

This commit is contained in:
pxgamer 2017-12-12 22:40:38 +00:00
parent a114250028
commit 7f8b0495b4
No known key found for this signature in database
GPG key ID: 8F15E14C0F7BA063

View file

@ -12,16 +12,16 @@
- Commit with a specific message: - Commit with a specific message:
`hg commit -m/--message {{message}}` `hg commit --message {{message}}`
- Commit all files matching a specified pattern: - Commit all files matching a specified pattern:
`hg commit -I/--include {{pattern}}` `hg commit --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}}` `hg commit --exclude {{pattern}}`
- Commit using the interactive mode: - Commit using the interactive mode:
`hg commit -i/--interactive` `hg commit --interactive`