Pause when showing usage
This commit is contained in:
parent
e5ce254e8b
commit
19dcc87950
1 changed files with 1 additions and 0 deletions
|
|
@ -960,6 +960,7 @@ def show_selection_details(source, dest):
|
||||||
def show_usage(script_name):
|
def show_usage(script_name):
|
||||||
print_info('Usage:')
|
print_info('Usage:')
|
||||||
print_standard(USAGE.format(script_name=script_name))
|
print_standard(USAGE.format(script_name=script_name))
|
||||||
|
pause()
|
||||||
|
|
||||||
def tmux_splitw(*args):
|
def tmux_splitw(*args):
|
||||||
"""Run tmux split-window command and return output as str."""
|
"""Run tmux split-window command and return output as str."""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue