diff options
Diffstat (limited to 'publish')
-rwxr-xr-x | publish | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -68,7 +68,7 @@ copy the file <src> 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 |