Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pages.fa/common/atuin.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@

- ثبت نام یک حساب بر روی سرور پیشفرض با استفاده از نام کاربری و ایمیل و رمزعبور دلخواه:

`atuin register -u {{username}} -e {{email}} -p {{password}}`
`atuin register {{[-u|--username]}} {{username}} {{[-e|--email]}} {{email}} {{[-p|--password]}} {{password}}`

- ورود به سرور پیشفرض:

`atuin login -u {{username}} -p {{password}}`
`atuin login {{[-u|--username]}} {{username}} {{[-p|--password]}} {{password}}`

- هماهنگ کردن تاریخچه با سرور:

Expand Down
4 changes: 2 additions & 2 deletions pages.fr/common/atuin.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@

- Inscrire un compte sur le serveur de synchronisation par défaut :

`atuin register -u {{nom_d_utilisateur}} -e {{email}} -p {{mot_de_passe}}`
`atuin register {{[-u|--username]}} {{nom_d_utilisateur}} {{[-e|--email]}} {{email}} {{[-p|--password]}} {{mot_de_passe}}`

- Connexion au serveur de synchronisation par défaut :

`atuin login -u {{nom_d_utilisateur}} -p {{mot_de_passe}}`
`atuin login {{[-u|--username]}} {{nom_d_utilisateur}} {{[-p|--password]}} {{mot_de_passe}}`

- Synchronise l'historique avec le serveur :

Expand Down
4 changes: 2 additions & 2 deletions pages.ko/common/atuin.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@

- 기본 동기화 서버에 계정 등록:

`atuin register -u {{사용자명}} -e {{이메일}} -p {{비밀번호}}`
`atuin register {{[-u|--username]}} {{사용자명}} {{[-e|--email]}} {{이메일}} {{[-p|--password]}} {{비밀번호}}`

- 기본 동기화 서버에 로그인:

`atuin login -u {{사용자명}} -p {{비밀번호}}`
`atuin login {{[-u|--username]}} {{사용자명}} {{[-p|--password]}} {{비밀번호}}`

- 동기화 서버와의 동기화 기록:

Expand Down
4 changes: 2 additions & 2 deletions pages.zh/common/atuin.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@

- 使用指定的用户名,邮箱和密码在默认同步服务器注册账号:

`atuin register -u {{用户名}} -e {{邮箱}} -p {{密码}}`
`atuin register {{[-u|--username]}} {{用户名}} {{[-e|--email]}} {{邮箱}} {{[-p|--password]}} {{密码}}`

- 登录默认同步服务器:

`atuin login -u {{用户名}} -p {{密码}}`
`atuin login {{[-u|--username]}} {{用户名}} {{[-p|--password]}} {{密码}}`

- 与同步服务器同步历史记录:

Expand Down
Loading