瀏覽代碼

Removed short flags

pxgamer 7 年之前
父節點
當前提交
7f8b0495b4
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      pages/common/hg-commit.md

+ 4 - 4
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`