diff --git a/pages.es/common/git-shortlog.md b/pages.es/common/git-shortlog.md index b30286f3e8..a4f543ddcd 100644 --- a/pages.es/common/git-shortlog.md +++ b/pages.es/common/git-shortlog.md @@ -21,7 +21,7 @@ - Muestra todos los usuarios, correos electrónicos y número de confirmaciones en la rama actual: -`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}}` +`git shortlog {{[-sne|--summary --numbered --email]}}` - Muestra todos los usuarios, correos electrónicos y número de confirmaciones en todas las ramas: diff --git a/pages.fr/common/git-shortlog.md b/pages.fr/common/git-shortlog.md index d19dd292d3..3cfc993f1f 100644 --- a/pages.fr/common/git-shortlog.md +++ b/pages.fr/common/git-shortlog.md @@ -21,8 +21,8 @@ - Afficher tout les utilisateurs, emails et le nombre de commits dans la branche : -`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}}` +`git shortlog {{[-sne|--summary --numbered --email]}}` - Afficher tout les utilisateurs, emails et le nombre de commits dans toutes les branches : -`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}} --all` +`git shortlog {{[-sne|--summary --numbered --email]}} --all` diff --git a/pages.it/common/git-shortlog.md b/pages.it/common/git-shortlog.md index e33fca2bbd..d1225c6fa9 100644 --- a/pages.it/common/git-shortlog.md +++ b/pages.it/common/git-shortlog.md @@ -21,8 +21,8 @@ - Mostra tutti gli utenti, email e numero di commit nel ramo corrente: -`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}}` +`git shortlog {{[-sne|--summary --numbered --email]}}` - Mostra tutti gli utenti, email e numero di commit in tutti i rami: -`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}} --all` +`git shortlog {{[-sne|--summary --numbered --email]}} --all` diff --git a/pages.ko/common/git-shortlog.md b/pages.ko/common/git-shortlog.md index 3d09388b6c..d37857734e 100644 --- a/pages.ko/common/git-shortlog.md +++ b/pages.ko/common/git-shortlog.md @@ -21,8 +21,8 @@ - 현재 브랜치에서 모든 사용자, 이메일 및 커밋 수 요약 보기: -`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}}` +`git shortlog {{[-sne|--summary --numbered --email]}}` - 모든 브랜치에서 모든 사용자, 이메일 및 커밋 수 요약 보기: -`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}} --all` +`git shortlog {{[-sne|--summary --numbered --email]}} --all` diff --git a/pages.tr/common/git-shortlog.md b/pages.tr/common/git-shortlog.md index cb56a839be..162a02e6ec 100644 --- a/pages.tr/common/git-shortlog.md +++ b/pages.tr/common/git-shortlog.md @@ -21,8 +21,8 @@ - Mevcut daldaki tüm kullanıcıları, e-postalarını ve yaptıkları commit sayısını göster: -`git shortlog {{-s|--summary}} {{-n|--numbered}} {{-e|--email}}` +`git shortlog {{[-sne|--summary --numbered --email]}}` - Tüm dallardaki tüm kullanıcıları, e-postalarını ve yaptıkları commit sayısını göster: -`git shortlog {{-s|--summary}} {{-n|--numbered}} {{-e|--email}} --all` +`git shortlog {{[-sne|--summary --numbered --email]}} --all` diff --git a/pages/common/git-shortlog.md b/pages/common/git-shortlog.md index 42bf79e54a..587674796f 100644 --- a/pages/common/git-shortlog.md +++ b/pages/common/git-shortlog.md @@ -21,8 +21,8 @@ - View all users, emails, and the number of commits in the current branch: -`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}}` +`git shortlog {{[-sne|--summary --numbered --email]}}` - View all users, emails, and the number of commits in all branches: -`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}} --all` +`git shortlog {{[-sne|--summary --numbered --email]}} --all`