Pause when showing usage

This commit is contained in:
2Shirt 2018-07-18 22:09:47 -06:00
parent e5ce254e8b
commit 19dcc87950
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -960,6 +960,7 @@ def show_selection_details(source, dest):
def show_usage(script_name):
print_info('Usage:')
print_standard(USAGE.format(script_name=script_name))
pause()
def tmux_splitw(*args):
"""Run tmux split-window command and return output as str."""