mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Fix CLI command from PR #1400
This commit is contained in:
parent
71d0089818
commit
9aa049910c
3 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,7 @@ yunohost dyndns subscribe -d whateveryouwant.nohost.me
|
||||||
yunohost dyndns update
|
yunohost dyndns update
|
||||||
|
|
||||||
# Set it as the main domain
|
# Set it as the main domain
|
||||||
yunohost tools maindomain --new-domain whateveryouwant.nohost.me
|
yunohost domain main-domain -n whateveryouwant.nohost.me
|
||||||
```
|
```
|
||||||
|
|
||||||
### Retrieve a nohost.me, noho.st or ynh.fr domain
|
### Retrieve a nohost.me, noho.st or ynh.fr domain
|
||||||
|
|
|
@ -38,7 +38,7 @@ yunohost dyndns subscribe -d loquequieras.nohost.me
|
||||||
yunohost dyndns update
|
yunohost dyndns update
|
||||||
|
|
||||||
# Configurarlo como dominio principal
|
# Configurarlo como dominio principal
|
||||||
yunohost tools maindomain --new-domain loquequieras.nohost.me
|
yunohost domain main-domain -n loquequieras.nohost.me
|
||||||
```
|
```
|
||||||
|
|
||||||
### Recuperar un dominio nohost.me, noho.st o ynh.fr
|
### Recuperar un dominio nohost.me, noho.st o ynh.fr
|
||||||
|
|
|
@ -40,7 +40,7 @@ yunohost dyndns subscribe -d cequevousvoulez.nohost.me
|
||||||
yunohost dyndns update
|
yunohost dyndns update
|
||||||
|
|
||||||
# Le définir comme nouveau domain principal
|
# Le définir comme nouveau domain principal
|
||||||
yunohost tools maindomain --new-domain cequevousvoulez.nohost.me
|
yunohost domain main-domain -n cequevousvoulez.nohost.me
|
||||||
```
|
```
|
||||||
|
|
||||||
### Récupérer un domaine nohost.me, noho.st ou ynh.fr
|
### Récupérer un domaine nohost.me, noho.st ou ynh.fr
|
||||||
|
|
Loading…
Reference in a new issue