Skip to content

Commit cff42f7

Browse files
committed
help: replace tabs by spaces for correct alignment
The initial tab is necessary and eaten by the <<- redirection, but the rest of the line should stay correctly aligned even if the tab size of the terminal is configured differently. Signed-off-by: Roland Hieber <[email protected]>
1 parent c5892d7 commit cff42f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

umpf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@ usage() {
190190
-l, --local use local branches, alias for --remote refs/heads
191191
--override <topic>[=<commit-ish>]
192192
use commit-ish instead for the topic. May be
193-
specified more than once. If only <topic> is
194-
specified, it's interpreted as
195-
<topic>=[<remote>/]<topic>
193+
specified more than once. If only <topic> is
194+
specified, it's interpreted as
195+
<topic>=[<remote>/]<topic>
196196
-u, --update with --patchdir: update existing patches in <path>
197197
-v, --version <version> with tag: overwrite version number [default: 1]
198198

0 commit comments

Comments
 (0)