From 26232b71839c21bc39eab416b2dfc13a5b43d9f8 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Tue, 4 Nov 2025 00:19:48 +0000 Subject: [PATCH] Update cheatsheets --- tldr/linux/systemd-stdio-bridge | 2 +- tldr/mocha | 2 +- tldr/svn | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tldr/linux/systemd-stdio-bridge b/tldr/linux/systemd-stdio-bridge index 43329238..1e250547 100644 --- a/tldr/linux/systemd-stdio-bridge +++ b/tldr/linux/systemd-stdio-bridge @@ -23,4 +23,4 @@ source: https://github.com/tldr-pages/tldr.git - Forward `stdin`/`stdout` to a custom D-Bus address: -`systemd-stdio-bridge {{[-p|--bus-path]}} unix:path={{/custom/dbus/socket}}` +`systemd-stdio-bridge {{[-p|--bus-path]}} unix:path=/{{path/to/dbus_socket}}` diff --git a/tldr/mocha b/tldr/mocha index 541f0ba7..ca058ae0 100644 --- a/tldr/mocha +++ b/tldr/mocha @@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git - Run tests contained at a specific location: -`mocha {{directory/with/tests}}` +`mocha {{path/to/test_directory}}` - Run tests that match a specific `grep` pattern: diff --git a/tldr/svn b/tldr/svn index 113fdb7c..27c16651 100644 --- a/tldr/svn +++ b/tldr/svn @@ -10,7 +10,7 @@ source: https://github.com/tldr-pages/tldr.git - Check out a working copy from a repository: -`svn {{[co|checkout]}} {{url/to/repository}}` +`svn {{[co|checkout]}} {{file:///path/to/repository}}` - Bring changes from the repository into the working copy: