watch: update German translation (#9989)

This commit is contained in:
KRyTeX1337
2023-05-01 06:59:39 +02:00
committed by GitHub
parent 1c2154bf75
commit b52baff630

View File

@@ -14,3 +14,7 @@
- Überwache "node"-Prozesse und aktualisiere alle 3 Sekunden:
`watch -n {{3}} "{{ps aux | grep node}}"`
- Überwache, ob sich der Festplatten-Speicherplatz ändert und höre mit der Überwachung auf, sobald eine Änderung auftritt:
`watch -g {{df}}`