summaryrefslogtreecommitdiff
path: root/publish
diff options
context:
space:
mode:
Diffstat (limited to 'publish')
-rwxr-xr-xpublish3
1 files changed, 2 insertions, 1 deletions
diff --git a/publish b/publish
index 08a7e0f..0b4db5c 100755
--- a/publish
+++ b/publish
@@ -30,7 +30,7 @@
base_http=http://www.example.com/pub
base_rsync=marvin.example.com:/var/www/www.example.com/htdocs/pub
-history_file=false
+history_file=~/.publish.history
history_lines=1000
[ -e ~/.publish.cfg ] && . ~/.publish.cfg
@@ -44,6 +44,7 @@ copy the file <src> to a server an report the URL.
OPTIONS:
-h Show this message
+ -s Show the history
-n no-do. Just print what would have been done
EOF
}