summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/new.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/new.php b/scripts/new.php
index 16a5cb4..b746888 100755
--- a/scripts/new.php
+++ b/scripts/new.php
@@ -42,4 +42,4 @@ if (fwrite($handle, $title) === false) {
exit;
}
-printf("Created post %s\n", $filename);
+printf("Created draft %s\n", $filename);