Skip to content

Commit 16216b6

Browse files
Sandy Carterjiangxin
authored andcommitted
i18n: proposed command missing leading dash
Add missing leading dash to proposed commands in french output when using the command: git branch --set-upstream remotename/branchname and when upstream is gone Signed-off-by: Sandy Carter <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5f95c9f commit 16216b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

po/fr.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ msgstr "Votre branche est basée sur '%s', mais la branche amont a disparu.\n"
10751075

10761076
#: remote.c:1875
10771077
msgid " (use \"git branch --unset-upstream\" to fixup)\n"
1078-
msgstr " (utilisez \"git branch -unset-upstream\" pour corriger)\n"
1078+
msgstr " (utilisez \"git branch --unset-upstream\" pour corriger)\n"
10791079

10801080
#: remote.c:1878
10811081
#, c-format
@@ -3266,7 +3266,7 @@ msgstr " git branch -d %s\n"
32663266
#: builtin/branch.c:1027
32673267
#, c-format
32683268
msgid " git branch --set-upstream-to %s\n"
3269-
msgstr " git branch -set-upstream-to %s\n"
3269+
msgstr " git branch --set-upstream-to %s\n"
32703270

32713271
#: builtin/bundle.c:47
32723272
#, c-format

0 commit comments

Comments
 (0)