From a5c67e91ea2ab17733b377b045ecb18a0bebd0a8 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Sat, 7 Jun 2025 00:20:00 +0000 Subject: [PATCH] Update cheatsheets --- tldr/linux/bpftrace | 8 ++++---- tldr/linux/caligula | 2 +- tldr/linux/setfacl | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tldr/linux/bpftrace b/tldr/linux/bpftrace index 4f7e9f03..327840c8 100644 --- a/tldr/linux/bpftrace +++ b/tldr/linux/bpftrace @@ -8,10 +8,6 @@ source: https://github.com/tldr-pages/tldr.git > High-level tracing language for Linux eBPF. > More information: . -- Display bpftrace version: - -`bpftrace {{[-V|--version]}}` - - List all available probes: `sudo bpftrace -l` @@ -31,3 +27,7 @@ source: https://github.com/tldr-pages/tldr.git - Do a dry run and display the output in eBPF format: `sudo bpftrace -d -e '{{one_line_program}}'` + +- Display version: + +`bpftrace {{[-V|--version]}}` diff --git a/tldr/linux/caligula b/tldr/linux/caligula index 127fb35a..ec1f7eee 100644 --- a/tldr/linux/caligula +++ b/tldr/linux/caligula @@ -14,4 +14,4 @@ source: https://github.com/tldr-pages/tldr.git - Flash an ISO to a drive without entering the hash interactively: -`caligula burn {{path/to/image.iso}} {{[s|--hash]}} {{hash}}` +`caligula burn {{path/to/image.iso}} {{[-s|--hash]}} {{hash}}` diff --git a/tldr/linux/setfacl b/tldr/linux/setfacl index 42a37972..365d3bd8 100644 --- a/tldr/linux/setfacl +++ b/tldr/linux/setfacl @@ -22,4 +22,4 @@ source: https://github.com/tldr-pages/tldr.git - Remove all ACL entries of a file: -`setfacl {{[-X|--remove-all]}} {{path/to/file_or_directory}}` +`setfacl {{[-b|--remove-all]}} {{path/to/file_or_directory}}`