diff options
-rwxr-xr-x | scripts/new.php | 2 |
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); |