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 <sunshine@sunshineco.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Eric Sunshine committed Apr 9, 2018 at 03:34 UTC 22d11a6e8e2d0aa6f5930477c3509483dbe4545a
1 file changed +2 -2
Documentation/git-worktree.txt
+2 -2
@@ -232,7 +232,7 @@ The worktree list command has two output formats. The default format shows the
232 details on a single line with columns. For example:
233
234 ------------
235 -S git worktree list
235 +$ git worktree list
236 /path/to/bare-source (bare)
237 /path/to/linked-worktree abcd1234 [master]
238 /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
247 example:
248
249 ------------
250 -S git worktree list --porcelain
250 +$ git worktree list --porcelain
251 worktree /path/to/bare-source
252 bare
253