Skip to content

Commit 5e7b952

Browse files
committed
tmuxp ls: Fix help message
1 parent 40a0cf1 commit 5e7b952

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tmuxp/cli.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,9 @@ def command_convert(config):
928928
print('New config saved to <%s>.' % newfile)
929929

930930

931-
@cli.command(name='ls', short_help='List configured sessions in $HOME/.tmuxp dir.')
931+
@cli.command(
932+
name='ls', short_help='List configured sessions in {}.'.format(get_config_dir())
933+
)
932934
def command_ls():
933935
tmuxp_dir = get_config_dir()
934936
if os.path.exists(tmuxp_dir) and os.path.isdir(tmuxp_dir):

0 commit comments

Comments
 (0)