Skip to content

Commit c52b3fd

Browse files
authored
Merge branch 'master' into fix/spelling
2 parents 915db9b + c0b14de commit c52b3fd

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

mgitstatus.1.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
# NAME
66

7-
mgitstatus Show uncommitted, untracked and unpushed changes for multiple Git repos.
7+
mgitstatus - Show uncommitted, untracked and unpushed changes for multiple Git repos.
88

99
# SYNOPSIS
1010

11-
**mgitstatus** [**--version**] [**-w**] [**-e**] [**-f**] [**--no-X**] [**-d/--depth**=2] [**DIR** [**DIR**]...]
11+
**mgitstatus** [**\--version**] [**-w**] [**-e**] [**-f**] [**\--no-X**] [**-d/\--depth**=2] [**DIR** [**DIR**]...]
1212

1313
# DESCRIPTION
1414

@@ -43,7 +43,7 @@ mgitstatus makes no guarantees that all states are taken into account.
4343

4444
# OPTIONS
4545

46-
**--version**
46+
**\--version**
4747
: Show version
4848

4949
**-w**
@@ -58,27 +58,27 @@ mgitstatus makes no guarantees that all states are taken into account.
5858
**-c**
5959
: Force color output (preserve colors when using pipes)
6060

61-
**-d, --depth=2**
61+
**-d, \--depth=2**
6262
: Scan this many directories deep. Default is 2. If **0**, the scan is infinitely deep
6363

6464
You can limit output with the following options:
6565

66-
**--no-push**
66+
**\--no-push**
6767
: Do not show branches that need a push.
6868

69-
**--no-pull**
69+
**\--no-pull**
7070
: Do not show branches that need a pull.
7171

72-
**--no-upstream**
72+
**\--no-upstream**
7373
: Do not show branches that need an upstream.
7474

75-
**--no-uncommitted**
75+
**\--no-uncommitted**
7676
: Do not show branches that have unstaged or uncommitted changes.
7777

78-
**--no-untracked**
78+
**\--no-untracked**
7979
: Do not show branches that have untracked files.
8080

81-
**--no-stashes**
81+
**\--no-stashes**
8282
: Do now show stashes
8383

8484

0 commit comments

Comments
 (0)