diff options
author | Peter Palfrader <peter@palfrader.org> | 2009-11-29 15:47:12 +0000 |
---|---|---|
committer | weasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede> | 2009-11-29 15:47:12 +0000 |
commit | cb664dc959677d357ef2581a3057220348724172 (patch) | |
tree | a5251dc3e2fdf3a1bb0dae5713cbd5bd6e5ea37f /publish | |
parent | 7aaf156cc9ed999466461e6b12c0f3aedfa850ff (diff) |
Mention -s in help. Sane default for history file
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@425 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'publish')
-rwxr-xr-x | publish | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 } |