From b783ab1ade3ebe44de6c34ee7083c9d3a8ff545e Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 10 Mar 2012 13:28:26 +0000 Subject: Show history is now -H (was -s) git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@498 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- publish | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'publish') diff --git a/publish b/publish index 029a094..e40ae33 100755 --- a/publish +++ b/publish @@ -68,7 +68,7 @@ copy the file to a server an report the URL. OPTIONS: -n no-do. Just print what would have been done - -s Show the history + -H Show the history -S Make a screenshot of one window and publish. -x Publish the contents of the xclipboard -h Show this message @@ -100,7 +100,7 @@ NODO="" inputxclip=0 do_screenshot=0 -while getopts "hnsSx" OPTION +while getopts "hnHSx" OPTION do case $OPTION in h) @@ -113,7 +113,7 @@ do x) inputxclip=1 ;; - s) + H) if [ -r "$history_file" ]; then history_show exit 0 -- cgit v1.2.3