From 7f8b0495b44f15b3067fcdf0154fce6784ed59a4 Mon Sep 17 00:00:00 2001 From: pxgamer Date: Tue, 12 Dec 2017 22:40:38 +0000 Subject: [PATCH] Removed short flags --- pages/common/hg-commit.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/common/hg-commit.md b/pages/common/hg-commit.md index 636cb4a8cf..3faf5ba998 100644 --- a/pages/common/hg-commit.md +++ b/pages/common/hg-commit.md @@ -12,16 +12,16 @@ - Commit with a specific message: -`hg commit -m/--message {{message}}` +`hg commit --message {{message}}` - 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: -`hg commit -X/--exclude {{pattern}}` +`hg commit --exclude {{pattern}}` - Commit using the interactive mode: -`hg commit -i/--interactive` +`hg commit --interactive`