diff --git a/docs/de/user/advanced/CLI.md b/docs/de/user/advanced/CLI.md index 404a1a64..4eb724e7 100644 --- a/docs/de/user/advanced/CLI.md +++ b/docs/de/user/advanced/CLI.md @@ -14,7 +14,7 @@ hyperiond --resetPassword # Überschreibe den Pfad für die Benutzerdaten (der standardmäßig auf dein Home-Verzeichnis eingestellt ist) hyperiond --userdata /temp/anotherDir -# Log-Level temporär überschreiben: hyperiond -s für silent -v für verbose und -d für debug +# Log-Level temporär überschreiben: hyperiond -s für "Silent" -v für "Info" und -d für "Debug" hyperiond -d # Effekte in ein Verzeichnis exportieren @@ -27,13 +27,13 @@ hyperiond --desktop hyperiond --readonlyMode # Exportiere die aktuelle Konfiguration in das Hyperion Standardverzeichnis ~/.hyperion/archive -hyperiond -v --exportConfig "" +hyperiond -i --exportConfig "" # Exportiere die aktuelle Konfiguration in ein Verzeichnis Deiner Wahl; hier das aktuelle Verzeichnis -hyperiond -v --exportConfig "." +hyperiond -i --exportConfig "." # Importiere eine Konfigurationssicherungsdatei -hyperiond -v --importConfig ./HyperionBackup_2025-05-28-151224-615_v2.1.json +hyperiond -i --importConfig ./HyperionBackup_2025-05-28-151224-615_v2.1.json ``` ::: tip Tip diff --git a/docs/user/advanced/CLI.md b/docs/user/advanced/CLI.md index 79ef3b2e..7881c3ec 100644 --- a/docs/user/advanced/CLI.md +++ b/docs/user/advanced/CLI.md @@ -13,7 +13,7 @@ hyperiond --resetPassword # Overwrite the path for user data (which defaults to your home directory) hyperiond --userdata /temp/anotherDir -# Overwrite log level temporarily: hyperiond -s for silent -v for verbose and -d for debug +# Overwrite log level temporarily: hyperiond -s for "Silent" -i for "Info" and -d for "Debug" hyperiond -d # Export effects to directory @@ -26,13 +26,13 @@ hyperiond --desktop hyperiond --readonlyMode # Export the current configuration into default Hyperion user directory ~/.hyperion/archive -hyperiond -v --exportConfig "" +hyperiond -i --exportConfig "" # Export the current configuration into a directory of your choice; here the current directory -hyperiond -v --exportConfig "." +hyperiond -i --exportConfig "." # Import a HyperionBackup JSON file -hyperiond -v --importConfig ./HyperionBackup_2025-05-28-151224-615_v2.1.json +hyperiond -i --importConfig ./HyperionBackup_2025-05-28-151224-615_v2.1.json ``` ::: tip