diff --git a/id.tjo.space/root/usr/local/bin/postgresql-backup-restore b/id.tjo.space/root/usr/local/bin/postgresql-backup-restore
index 6c65982..0c1d096 100755
--- a/id.tjo.space/root/usr/local/bin/postgresql-backup-restore
+++ b/id.tjo.space/root/usr/local/bin/postgresql-backup-restore
@@ -8,7 +8,8 @@ set -euo pipefail
 #
 # Example:
 #
-#   cat /path/to/backup.sql | postgresql-backup-restore
+#   cat /path/to/backup | postgresql-backup-restore
+#
 
 echo "=== Reading Configuration"
 set -a && source /etc/postgresql/postgresql.env && set +a