Skip to content

Commit 22d11a6

Browse files
sunshinecogitster
authored andcommitted
git-worktree.txt: unify command-line prompt in example blocks
The command-line prompt in the "EXAMPLES" section is "$", however, examples in the 'git worktree list' section (oddly) use "S" as a prompt. Fix this inconsistency by settling on "$" as prompt in all examples. Signed-off-by: Eric Sunshine <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3f0b42b commit 22d11a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-worktree.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ The worktree list command has two output formats. The default format shows the
232232
details on a single line with columns. For example:
233233

234234
------------
235-
S git worktree list
235+
$ git worktree list
236236
/path/to/bare-source (bare)
237237
/path/to/linked-worktree abcd1234 [master]
238238
/path/to/other-linked-worktree 1234abc (detached HEAD)
@@ -247,7 +247,7 @@ if the value is true. An empty line indicates the end of a worktree. For
247247
example:
248248

249249
------------
250-
S git worktree list --porcelain
250+
$ git worktree list --porcelain
251251
worktree /path/to/bare-source
252252
bare
253253

0 commit comments

Comments
 (0)