Skip to content

Commit c515c79

Browse files
committed
Updated docs to reflect underscores instead of dashes to match other documentation
1 parent d2813e8 commit c515c79

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Name a session:
6161

6262
.. code-block:: bash
6363
64-
$ tmxup load -s session-name ./mysession.yaml
64+
$ tmxup load -s session_name ./mysession.yaml
6565
6666
`simple`_ and `very elaborate`_ config examples
6767

docs/cli.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ are created, the last session is named from the terminal.
8989

9090
.. code-block:: bash
9191
92-
$ tmxup load -s <new-session-name> <filename1> ...
92+
$ tmxup load -s <new_session_name> <filename1> ...
9393
9494
.. _cli_import:
9595

tmuxp/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ def load_workspace(
416416
socket_path: str, optional
417417
``tmux -S <socket-path>``
418418
new_session_name: str, options
419-
``tmux new -s <new-session-name>``
419+
``tmux new -s <new_session_name>``
420420
colors : str, optional
421421
'-2'
422422
Force tmux to support 256 colors

0 commit comments

Comments
 (0)