diff --git a/pages/common/browsh.md b/pages/common/browsh.md index 1afe1b9b51ad87..94f4455b8f871a 100644 --- a/pages/common/browsh.md +++ b/pages/common/browsh.md @@ -18,3 +18,7 @@ - Exit browsh: `` + +- Display help: + +`browsh {{[-h|--help]}}` diff --git a/pages/common/btop.md b/pages/common/btop.md index 5333f11d875c9a..71a397e4782332 100644 --- a/pages/common/btop.md +++ b/pages/common/btop.md @@ -27,3 +27,7 @@ - Exit `btop`: `` + +- Display help: + +`btop {{[-h|--help]}}` diff --git a/pages/common/carbonyl.md b/pages/common/carbonyl.md index 43dd7558628f43..17370d4cc34789 100644 --- a/pages/common/carbonyl.md +++ b/pages/common/carbonyl.md @@ -14,3 +14,7 @@ - Exit carbonyl: `` + +- Display help: + +`carbonyl {{[-h|--help]}}` diff --git a/pages/common/case.md b/pages/common/case.md index d0255998ab8a17..6f8d9fd1fc17b1 100644 --- a/pages/common/case.md +++ b/pages/common/case.md @@ -18,3 +18,7 @@ - Continue to the next pattern's commands without checking the pattern: `case {{$ANIMAL}} in {{cat}}) echo "It's a cat" ;& {{dog}}) echo "It's either a dog or cat fell through" ;& *) echo "Fallback" ;; esac` + +- Display help: + +`help case` diff --git a/pages/common/function.md b/pages/common/function.md index b8649668f71779..7fc7ac5638e77e 100644 --- a/pages/common/function.md +++ b/pages/common/function.md @@ -10,3 +10,7 @@ - Run a function named `func_name`: `func_name` + +- Display help: + +`help function` diff --git a/pages/common/gettext.md b/pages/common/gettext.md index 2671819115c522..0201ac60b8b0a8 100644 --- a/pages/common/gettext.md +++ b/pages/common/gettext.md @@ -6,3 +6,7 @@ - Get the translation of a string or output a default string if it doesn't exist: `LANGUAGE={{locale}} gettext {{msgid}} {{default_value}}` + +- Display help: + +`gettext {{[-h|--help]}}` diff --git a/pages/common/hash.md b/pages/common/hash.md index 6a0dfcb6dcf59f..ce31c4d83cf499 100644 --- a/pages/common/hash.md +++ b/pages/common/hash.md @@ -18,3 +18,7 @@ - Print the full path of `command`: `hash -t {{command}}` + +- Display help: + +`hash --help` diff --git a/pages/common/local.md b/pages/common/local.md index eafa6b224acefc..34a754e39eb7cf 100644 --- a/pages/common/local.md +++ b/pages/common/local.md @@ -23,3 +23,7 @@ - Declare a readonly variable with the specified value: `local -r {{variable}}="{{value}}"` + +- Display help: + +`local --help` diff --git a/pages/common/magick-mogrify.md b/pages/common/magick-mogrify.md index ba18a361ab67fa..197595acc0b701 100644 --- a/pages/common/magick-mogrify.md +++ b/pages/common/magick-mogrify.md @@ -28,3 +28,7 @@ - Reduce file sizes of all GIF images in the current directory by reducing quality: `magick mogrify -layers 'optimize' -fuzz {{7%}} {{*.gif}}` + +- Display help: + +`magick mogrify -help` diff --git a/pages/common/mail.md b/pages/common/mail.md index 59483730dbc9ff..75f9638649c698 100644 --- a/pages/common/mail.md +++ b/pages/common/mail.md @@ -19,3 +19,7 @@ - Send a `tar.gz` file as an attachment: `tar cvzf - {{path/to/directory1 path/to/directory2}} | uuencode {{data.tar.gz}} | mail --subject "{{subject_line}}" {{to_user@example.com}}` + +- Display help: + +`mail {{[-h|--help]}}` diff --git a/pages/common/mariadb-install-db.md b/pages/common/mariadb-install-db.md index 459f0d1d3e53d2..a7813f3b061d46 100644 --- a/pages/common/mariadb-install-db.md +++ b/pages/common/mariadb-install-db.md @@ -6,3 +6,7 @@ - Initialize a database: `sudo mariadb-install-db --user {{user}} --basedir {{/usr}} --datadir {{/var/lib/mysql}}` + +- Display help: + +`mariadb-install-db --help` diff --git a/pages/common/msgfmt.md b/pages/common/msgfmt.md index 8166f47053b407..8f44e9f4fd4cff 100644 --- a/pages/common/msgfmt.md +++ b/pages/common/msgfmt.md @@ -10,3 +10,7 @@ - Convert a `.po` file to a `.mo` file: `msgfmt {{path/to/file.po}} {{[-o|--output-file]}} {{path/to/file.mo}}` + +- Display help: + +`msgfmt {{[-h|--help]}}` diff --git a/pages/common/msginit.md b/pages/common/msginit.md index f0539296d5c932..d965a35769d521 100644 --- a/pages/common/msginit.md +++ b/pages/common/msginit.md @@ -10,3 +10,7 @@ - Define locale to generate from a specific template: `msginit {{[-l|--locale]}} {{locale}} {{[-i|--input]}} {{path/to/messages.pot}}` + +- Display help: + +`msginit {{[-h|--help]}}` diff --git a/pages/common/msgmerge.md b/pages/common/msgmerge.md index e8c8085f9efb7a..b20d0de2104862 100644 --- a/pages/common/msgmerge.md +++ b/pages/common/msgmerge.md @@ -1,4 +1,4 @@ -# Exclamation mark +# msgmerge > Update an existing translation file from a new template. > More information: . @@ -6,3 +6,7 @@ - Update a translation file: `msgmerge {{[-U|--update]}} {{path/to/file.po}} {{path/to/messages.pot}}` + +- Display help: + +`msgmerge {{[-h|--help]}}` diff --git a/pages/common/o.md b/pages/common/o.md index d7355fffb0ddd5..f9fb9713c49b16 100644 --- a/pages/common/o.md +++ b/pages/common/o.md @@ -18,3 +18,7 @@ - Quit Orbiton: `` + +- Display help: + +`o {{[-h|--help]}}` diff --git a/pages/common/picocom.md b/pages/common/picocom.md index 8e8b01406ab590..a846ed45814461 100644 --- a/pages/common/picocom.md +++ b/pages/common/picocom.md @@ -18,3 +18,7 @@ - Exit picocom: `` + +- Display help: + +`picocom {{[-h|--help]}}` diff --git a/pages/common/pwd.md b/pages/common/pwd.md index ecde0021b2d877..fdd49084e0af9c 100644 --- a/pages/common/pwd.md +++ b/pages/common/pwd.md @@ -1,6 +1,6 @@ # pwd -> Print name of current/working directory. +> Print the name of current/working directory. > More information: . - Print the current directory: @@ -10,3 +10,7 @@ - Print the current directory, and resolve all symlinks (i.e. show the "physical" path): `pwd {{[-P|--physical]}}` + +- Display help: + +`pwd --help` diff --git a/pages/common/readarray.md b/pages/common/readarray.md index 64967bae937d2b..7e176ec60cc9fc 100644 --- a/pages/common/readarray.md +++ b/pages/common/readarray.md @@ -18,3 +18,7 @@ - Copy at most the specified number of lines: `readarray -n {{N}} {{array_name}} < {{path/to/file.txt}}` + +- Display help: + +`help mapfile` diff --git a/pages/common/script.md b/pages/common/script.md index e88966a2b68e95..9d0de2a51c9e0a 100644 --- a/pages/common/script.md +++ b/pages/common/script.md @@ -30,3 +30,7 @@ - Execute quietly without start and done messages: `script {{[-q|--quiet]}} {{logfile.log}}` + +- Display help: + +`script {{[-h|--help]}}` diff --git a/pages/common/snmpbulkget.md b/pages/common/snmpbulkget.md index 2d7bc91d764ad2..ff2034bab26b87 100644 --- a/pages/common/snmpbulkget.md +++ b/pages/common/snmpbulkget.md @@ -10,3 +10,7 @@ - Display the full Object Identifier (OID) path: `snmpbulkget -v {{version}} -c {{community}} -O f {{ip}} {{oid}}` + +- Display help: + +`snmpbulkget {{[-h|--help]}}` diff --git a/pages/common/snmpdf.md b/pages/common/snmpdf.md index c034ab3a83a832..a1b5b378d7acdd 100644 --- a/pages/common/snmpdf.md +++ b/pages/common/snmpdf.md @@ -6,3 +6,7 @@ - Fetch the disk space usage: `snmpdf -v {{version}} -c {{community}} {{ip}}` + +- Display help: + +`snmpdf {{[-h|--help]}}` diff --git a/pages/common/snmpget.md b/pages/common/snmpget.md index 168280bdee6fd6..e37967a5fbf6f5 100644 --- a/pages/common/snmpget.md +++ b/pages/common/snmpget.md @@ -10,3 +10,7 @@ - Display the full Object Identifier (OID) path: `snmpget -v {{version}} -c {{community}} -O f {{ip}} {{oid}}` + +- Display help: + +`snmpget {{[-h|--help]}}` diff --git a/pages/common/snmpgetnext.md b/pages/common/snmpgetnext.md index 31d43edc2b74eb..162b4ba3e2bafa 100644 --- a/pages/common/snmpgetnext.md +++ b/pages/common/snmpgetnext.md @@ -10,3 +10,7 @@ - Display the full Object Identifier (OID) path: `snmpgetnext -v {{version}} -c {{community}} -O f {{ip}} {{oid}}` + +- Display help: + +`snmpgetnext {{[-h|--help]}}` diff --git a/pages/common/snmpnetstat.md b/pages/common/snmpnetstat.md index 17c062c3f4ab40..92780f1d1177e6 100644 --- a/pages/common/snmpnetstat.md +++ b/pages/common/snmpnetstat.md @@ -6,3 +6,7 @@ - Fetch the networking status: `snmpnetstat -v {{version}} -c {{community}} {{ip}}` + +- Display help: + +`snmpnetstat {{[-h|--help]}}` diff --git a/pages/common/snmpset.md b/pages/common/snmpset.md index 7a1b69e6a4ea72..ffe90680b66e27 100644 --- a/pages/common/snmpset.md +++ b/pages/common/snmpset.md @@ -6,3 +6,7 @@ - Set a value: `snmpset -v {{version}} -c {{community}} {{ip}} {{oid}} {{value_type}} {{value}}` + +- Display help: + +`snmpset {{[-h|--help]}}` diff --git a/pages/common/snmpstatus.md b/pages/common/snmpstatus.md index 30cd57abf41444..e3df0e0541778d 100644 --- a/pages/common/snmpstatus.md +++ b/pages/common/snmpstatus.md @@ -6,3 +6,7 @@ - Fetch the values: `snmpstatus -v {{version}} -c {{community}} {{ip}}` + +- Display help: + +`snmpstatus {{[-h|--help]}}` diff --git a/pages/common/snmptable.md b/pages/common/snmptable.md index e0d68e15c546c1..bb2d5aca5263cf 100644 --- a/pages/common/snmptable.md +++ b/pages/common/snmptable.md @@ -6,3 +6,7 @@ - Fetch data: `snmptable -v {{version}} -c {{community}} {{ip}} {{oid}}` + +- Display help: + +`snmptable {{[-h|--help]}}` diff --git a/pages/common/snmptest.md b/pages/common/snmptest.md index f4e148cabfd7d4..0caecccbfb9bef 100644 --- a/pages/common/snmptest.md +++ b/pages/common/snmptest.md @@ -6,3 +6,7 @@ - Start the prompt: `snmptest -v {{version}} -c {{community}} {{ip}}` + +- Display help: + +`snmptest {{[-h|--help]}}` diff --git a/pages/common/snmpwalk.md b/pages/common/snmpwalk.md index 83c2f6fcc89cd1..452bb0dd3e0d19 100644 --- a/pages/common/snmpwalk.md +++ b/pages/common/snmpwalk.md @@ -22,3 +22,7 @@ - Query system information on a remote host by OID using SNMPv3 without authentication or encryption: `snmpwalk -v 3 -l {{noAuthNoPriv}} -u {{username}} {{ip}} {{oid}}` + +- Display help: + +`snmpwalk {{[-h|--help]}}` diff --git a/pages/common/stty.md b/pages/common/stty.md index a605b06547fdd4..87df69413213fc 100644 --- a/pages/common/stty.md +++ b/pages/common/stty.md @@ -26,3 +26,7 @@ - Turn character echoing off or on: `stty {{-echo|echo}}` + +- Display help: + +`stty --help` diff --git a/pages/common/ulimit.md b/pages/common/ulimit.md index 7112084b18c25c..665cf41c99c5b9 100644 --- a/pages/common/ulimit.md +++ b/pages/common/ulimit.md @@ -18,3 +18,7 @@ - Set max per-user process limit: `ulimit -u 30` + +- Display help: + +`help ulimit` diff --git a/pages/common/virt-sysprep.md b/pages/common/virt-sysprep.md index e69a1490cab917..863a1ae6ba3015 100644 --- a/pages/common/virt-sysprep.md +++ b/pages/common/virt-sysprep.md @@ -22,3 +22,7 @@ - Generate a new `/etc/machine-id` file and enable customizations to be able to change the host name to avoid network conflicts: `sudo virt-sysprep --domain {{vm_name}} --enable {{customizations}} --hostname {{host_name}} --operation {{machine-id}}` + +- Display help: + +`virt-sysprep {{[-he|--help]}}` diff --git a/pages/common/wait.md b/pages/common/wait.md index 92d74a0a2ab0c9..3f74638a854fcf 100644 --- a/pages/common/wait.md +++ b/pages/common/wait.md @@ -14,3 +14,7 @@ - Wait for a job to finish: `wait %{{N}}` + +- Display help: + +`wait --help` diff --git a/pages/common/xgettext.md b/pages/common/xgettext.md index a67b86063b3725..45d4653fe3f179 100644 --- a/pages/common/xgettext.md +++ b/pages/common/xgettext.md @@ -18,3 +18,7 @@ - Don't add a header containing metadata to the output file: `xgettext --omit-header {{path/to/input_file}}` + +- Display help: + +`xgettext {{[-h|--help]}}` diff --git a/pages/linux/apachectl.md b/pages/linux/apachectl.md index bcc59f166e7caf..f4601f17db01cc 100644 --- a/pages/linux/apachectl.md +++ b/pages/linux/apachectl.md @@ -30,3 +30,7 @@ - Print full Apache configuration: `apachectl -S` + +- Display help: + +`apachectl -h` diff --git a/pages/linux/aurpublish.md b/pages/linux/aurpublish.md index 97873b8e4c5124..95159ac900cf72 100644 --- a/pages/linux/aurpublish.md +++ b/pages/linux/aurpublish.md @@ -10,3 +10,7 @@ - Add githooks to the current repository: `aurpublish setup` + +- Display help: + +`aurpublish {{[-h|--help]}}` diff --git a/pages/linux/bridge.md b/pages/linux/bridge.md index 8ec44abcdfac85..c20ee23c127e91 100644 --- a/pages/linux/bridge.md +++ b/pages/linux/bridge.md @@ -22,3 +22,7 @@ - Watch for changes in bridge interfaces: `bridge {{[mo|monitor]}}` + +- Display help: + +`bridge {{[h|help]}}` diff --git a/pages/linux/cu.md b/pages/linux/cu.md index bfcf990fcce162..3d9949b026d0f4 100644 --- a/pages/linux/cu.md +++ b/pages/linux/cu.md @@ -22,3 +22,7 @@ - Exit the `cu` session when in connection: `<~><.>` + +- Display help: + +`cu --help` diff --git a/pages/linux/dialog.md b/pages/linux/dialog.md index 46fc4451ddf328..cfe0a93c59dcc5 100644 --- a/pages/linux/dialog.md +++ b/pages/linux/dialog.md @@ -14,3 +14,7 @@ - Prompt the user for a yes/no question: `dialog --yesno "{{Continue?}}" {{7}} {{40}}` + +- Display help: + +`dialog` diff --git a/pages/linux/fadvise.md b/pages/linux/fadvise.md index 2ef2dfdd622019..3bbcdad96ed2b1 100644 --- a/pages/linux/fadvise.md +++ b/pages/linux/fadvise.md @@ -13,4 +13,4 @@ - Display help: -`fadvise --help` +`fadvise {{[-h|--help]}}` diff --git a/pages/linux/fincore.md b/pages/linux/fincore.md index cbf5be623c2704..a4358395168208 100644 --- a/pages/linux/fincore.md +++ b/pages/linux/fincore.md @@ -10,3 +10,7 @@ - Display all possible data columns: `fincore --output-all {{path/to/file}}` + +- Display help: + +`fincore {{[-h|--help]}}` diff --git a/pages/linux/fluidsynth.md b/pages/linux/fluidsynth.md index a4cee77e7cd938..68c705a8ba072b 100644 --- a/pages/linux/fluidsynth.md +++ b/pages/linux/fluidsynth.md @@ -10,3 +10,7 @@ - Specify the audio driver: `fluidsynth {{[-a|--audio-driver]}} {{pipewire|pulseaudio}} {{path/to/soundfont.sf2}} {{path/to/file.midi}}` + +- Display help: + +`fluidsynth {{[-h|--help]}}` diff --git a/pages/linux/gtk-launch.md b/pages/linux/gtk-launch.md index 75f917ec261628..4f96dfa9120547 100644 --- a/pages/linux/gtk-launch.md +++ b/pages/linux/gtk-launch.md @@ -6,3 +6,7 @@ - Launch an application: `gtk-launch {{Application_name}}` + +- Display help: + +`gtk-launch {{[-h|--help]}}` diff --git a/pages/linux/ifstatus.md b/pages/linux/ifstatus.md index fcbe94570b0dbb..5c908e65c8001f 100644 --- a/pages/linux/ifstatus.md +++ b/pages/linux/ifstatus.md @@ -6,3 +6,7 @@ - Display interface status: `ifstatus {{interface_name}}` + +- Display help: + +`ifstatus` diff --git a/pages/linux/informant.md b/pages/linux/informant.md index 00b2ae2195f064..0def40cd515b88 100644 --- a/pages/linux/informant.md +++ b/pages/linux/informant.md @@ -17,4 +17,4 @@ - Display help: -`informant --help` +`informant {{[-h|--help]}}` diff --git a/pages/linux/ip-maddress.md b/pages/linux/ip-maddress.md index d4c64970785403..260fabe53360ad 100644 --- a/pages/linux/ip-maddress.md +++ b/pages/linux/ip-maddress.md @@ -18,3 +18,7 @@ - Leave a static multicast group: `sudo ip {{[m|maddress]}} {{[d|delete]}} {{33:33:00:00:00:02}} dev {{eth0}}` + +- Display help: + +`ip {{[m|maddress]}} {{[h|help]}}` diff --git a/pages/linux/iwinfo.md b/pages/linux/iwinfo.md index c1690eb6e5cccb..371a314df87d71 100644 --- a/pages/linux/iwinfo.md +++ b/pages/linux/iwinfo.md @@ -26,3 +26,7 @@ - List available transmit power levels for the interface: `iwinfo {{interface}} txpowerlist` + +- Display help: + +`iwinfo h` diff --git a/pages/linux/kwallet-query.md b/pages/linux/kwallet-query.md index 14a00f0a5121bb..e0d4f44c3e904a 100644 --- a/pages/linux/kwallet-query.md +++ b/pages/linux/kwallet-query.md @@ -14,3 +14,7 @@ - List all available folders: `kwallet-query {{kdewallet}} {{[-l|--list-entries]}} {{[-f|--folder]}} ""` + +- Display help: + +`kwallet-query {{[-h|--help]}}` diff --git a/pages/linux/libinput.md b/pages/linux/libinput.md index fcad11d1fc21f5..da0cba43dd04cb 100644 --- a/pages/linux/libinput.md +++ b/pages/linux/libinput.md @@ -21,4 +21,4 @@ - Display help: -`libinput -h` +`libinput {{[-h|--help]}}` diff --git a/pages/linux/loginctl.md b/pages/linux/loginctl.md index a3ca8f772169ab..1bdee245296658 100644 --- a/pages/linux/loginctl.md +++ b/pages/linux/loginctl.md @@ -26,3 +26,7 @@ - Log a user out on all of their sessions: `loginctl terminate-user {{username}}` + +- Display help: + +`loginctl {{[-h|--help]}}` diff --git a/pages/linux/logread.md b/pages/linux/logread.md index 5d7fa2d4ab321e..9fab0bda2858bc 100644 --- a/pages/linux/logread.md +++ b/pages/linux/logread.md @@ -18,3 +18,7 @@ - Print log messages as they happen: `logread -f` + +- Display help: + +`logread -h` diff --git a/pages/linux/lsfd.md b/pages/linux/lsfd.md index 276d6ca0e18583..dff2a71af3e108 100644 --- a/pages/linux/lsfd.md +++ b/pages/linux/lsfd.md @@ -18,3 +18,7 @@ - List open IPv4 or IPv6 sockets: `lsfd -i{{4|6}}` + +- Display help: + +`lsfd {{[-h|--help]}}` diff --git a/pages/linux/lxc-attach.md b/pages/linux/lxc-attach.md index 749f2ee49b2b7c..e00a7e98d616fa 100644 --- a/pages/linux/lxc-attach.md +++ b/pages/linux/lxc-attach.md @@ -6,3 +6,7 @@ - Attach to a container: `sudo lxc-attach {{container_name}}` + +- Display help: + +`lxc-attach {{[-?|--help]}}` diff --git a/pages/linux/lxc-console.md b/pages/linux/lxc-console.md index 01971a56a4b087..264cdb61c8a045 100644 --- a/pages/linux/lxc-console.md +++ b/pages/linux/lxc-console.md @@ -14,3 +14,7 @@ - Exit `lxc-console`: `` + +- Display help: + +`lxc-console {{[-?|--help]}}` diff --git a/pages/linux/lxc-create.md b/pages/linux/lxc-create.md index e5b5ab290db5e2..5826e3b4a415c9 100644 --- a/pages/linux/lxc-create.md +++ b/pages/linux/lxc-create.md @@ -14,3 +14,7 @@ - Create a container passing options to a template: `sudo lxc-create {{[-n|--name]}} {{container_name}} {{[-t|--template]}} download -- {{[-d|--dist]}} {{distro-name}} {{[-r|--release]}} {{release-version}} {{[-a|--arch]}} {{arch}}` + +- Display help: + +`lxc-create {{[-?|--help]}}` diff --git a/pages/linux/lxc-destroy.md b/pages/linux/lxc-destroy.md index 5002d7cc881d29..cb01a59692769f 100644 --- a/pages/linux/lxc-destroy.md +++ b/pages/linux/lxc-destroy.md @@ -6,3 +6,7 @@ - Delete a container: `sudo lxc-destroy {{container_name}}` + +- Display help: + +`lxc-destroy {{[-?|--help]}}` diff --git a/pages/linux/lxc-info.md b/pages/linux/lxc-info.md index 1753c5c856a81b..a9eb5512cb9866 100644 --- a/pages/linux/lxc-info.md +++ b/pages/linux/lxc-info.md @@ -6,3 +6,7 @@ - Query information from a container: `sudo lxc-info {{container_name}}` + +- Display help: + +`lxc-info {{[-?|--help]}}` diff --git a/pages/linux/lxc-ls.md b/pages/linux/lxc-ls.md index 63a4bd4b2f2309..705196191f7987 100644 --- a/pages/linux/lxc-ls.md +++ b/pages/linux/lxc-ls.md @@ -22,3 +22,7 @@ - List containers in a fancy, column-based output: `sudo lxc-ls {{[-f|--fancy]}}` + +- Display help: + +`lxc-ls {{[-?|--help]}}` diff --git a/pages/linux/lxc-start.md b/pages/linux/lxc-start.md index 10e250de9ce937..99f78f09bbbd8e 100644 --- a/pages/linux/lxc-start.md +++ b/pages/linux/lxc-start.md @@ -18,3 +18,7 @@ - Exit out of a foreground container (run this in a separate terminal): `sudo lxc-stop {{container_name}}` + +- Display help: + +`lxc-start {{[-?|--help]}}` diff --git a/pages/linux/lxc-stop.md b/pages/linux/lxc-stop.md index 6ad82e5b92f691..125d47b99f203e 100644 --- a/pages/linux/lxc-stop.md +++ b/pages/linux/lxc-stop.md @@ -6,3 +6,7 @@ - Stop a container: `sudo lxc-stop {{container_name}}` + +- Display help: + +`lxc-stop {{[-?|--help]}}` diff --git a/pages/linux/minicom.md b/pages/linux/minicom.md index c4fc06e60470d8..f595f147cc7b85 100644 --- a/pages/linux/minicom.md +++ b/pages/linux/minicom.md @@ -18,3 +18,7 @@ - Exit minicom: `` + +- Display help: + +`minicom {{[-h|--help]}}` diff --git a/pages/linux/nstat.md b/pages/linux/nstat.md index d141fa95ac5389..968ceb6ae46d1a 100644 --- a/pages/linux/nstat.md +++ b/pages/linux/nstat.md @@ -10,3 +10,7 @@ - View all-time network statistics: `nstat {{[-a|--ignore]}}` + +- Display help: + +`nstat {{[-h|--help]}}` diff --git a/pages/linux/parted-interactive.md b/pages/linux/parted-interactive.md index df3315d335144e..867b3a5e00bd28 100644 --- a/pages/linux/parted-interactive.md +++ b/pages/linux/parted-interactive.md @@ -27,3 +27,7 @@ - Remove a partition in interactive mode: `rm {{/dev/sdXN}}` + +- Display help: + +`?` diff --git a/pages/linux/parted.md b/pages/linux/parted.md index 2e9835a028d165..b4fe3a539fadfc 100644 --- a/pages/linux/parted.md +++ b/pages/linux/parted.md @@ -19,3 +19,7 @@ - Start interactive mode with the specified disk selected: `sudo parted {{/dev/sdX}}` + +- Display help: + +`parted {{[-h|--help]}}` diff --git a/pages/linux/pg.md b/pages/linux/pg.md index 8418bd72705a7d..e84b42d6a9baf7 100644 --- a/pages/linux/pg.md +++ b/pages/linux/pg.md @@ -6,3 +6,7 @@ - View a file: `pg {{path/to/file}}` + +- Display help: + +`pg {{[-h|--help]}}` diff --git a/pages/linux/pw-cat.md b/pages/linux/pw-cat.md index 1874c8934a8953..089dbc6446aeaa 100644 --- a/pages/linux/pw-cat.md +++ b/pages/linux/pw-cat.md @@ -18,3 +18,7 @@ - Record a sample recording using a different sample rate: `pw-cat --record --rate {{6000}} {{path/to/file.wav}}` + +- Display help: + +`pw-cat {{[-h|--help]}}` diff --git a/pages/linux/pw-reserve.md b/pages/linux/pw-reserve.md index 9d02767a4a4b4e..bb1381b863ea62 100644 --- a/pages/linux/pw-reserve.md +++ b/pages/linux/pw-reserve.md @@ -10,3 +10,7 @@ - Monitor a device instead of reserving it: `pw-reserve {{[-n|--name]}} {{audioN}} {{[-m|--monitor]}}` + +- Display help: + +`pw-reserve {{[-h|--help]}}` diff --git a/pages/linux/pw-v4l2.md b/pages/linux/pw-v4l2.md index aaebbd3b06ad4d..a049d23746c519 100644 --- a/pages/linux/pw-v4l2.md +++ b/pages/linux/pw-v4l2.md @@ -6,3 +6,7 @@ - Run a program: `pw-v4l2 {{program}}` + +- Display help: + +`pw-v4l2 -h` diff --git a/pages/linux/qmake.md b/pages/linux/qmake.md index a6b3332f676018..d5daaf27f11a38 100644 --- a/pages/linux/qmake.md +++ b/pages/linux/qmake.md @@ -22,3 +22,7 @@ - Enable debug mode: `qmake -d` + +- Display help: + +`qmake -help` diff --git a/pages/linux/reflector.md b/pages/linux/reflector.md index ef0f5b0b1a6ada..64cb781a904e61 100644 --- a/pages/linux/reflector.md +++ b/pages/linux/reflector.md @@ -18,3 +18,7 @@ - Use a configuration file to fetch mirrors: `sudo reflector @{{/etc/xdg/reflector/reflector.conf}}` + +- Display help: + +`reflector {{[-h|--help]}}` diff --git a/pages/linux/systemd-ask-password.md b/pages/linux/systemd-ask-password.md index 4e674c4f3ec447..a00562fb5aaf02 100644 --- a/pages/linux/systemd-ask-password.md +++ b/pages/linux/systemd-ask-password.md @@ -30,3 +30,7 @@ - Pass the asked password to another program: `systemd-ask-password | {{command}}` + +- Display help: + +`systemd-ask-password {{[-h|--help]}}` diff --git a/pages/linux/ubuntu-drivers.md b/pages/linux/ubuntu-drivers.md index caa32f3f5a3275..8084dab35d2d96 100644 --- a/pages/linux/ubuntu-drivers.md +++ b/pages/linux/ubuntu-drivers.md @@ -10,3 +10,7 @@ - Install drivers for detected hardware: `sudo ubuntu-drivers install` + +- Display help: + +`ubuntu-drivers` diff --git a/pages/linux/ubus.md b/pages/linux/ubus.md index 3ef29595b788a7..0ef640ecf23770 100644 --- a/pages/linux/ubus.md +++ b/pages/linux/ubus.md @@ -14,3 +14,7 @@ - Listen to events: `ubus subscribe {{event_name}}` + +- Display help: + +`ubus` diff --git a/pages/linux/uci.md b/pages/linux/uci.md index 19db38e73284ed..eae6f4d355297e 100644 --- a/pages/linux/uci.md +++ b/pages/linux/uci.md @@ -30,3 +30,7 @@ - Discard uncommitted changes: `uci revert {{config}}` + +- Display help: + +`uci` diff --git a/pages/linux/waypipe.md b/pages/linux/waypipe.md index c317c7f033fb86..8138ac65297530 100644 --- a/pages/linux/waypipe.md +++ b/pages/linux/waypipe.md @@ -14,3 +14,7 @@ - Skip testing for Vulkan support: `waypipe --test-skip-vulkan ssh {{user}}@{{server}} {{program}}` + +- Display help: + +`waypipe {{[-h|--help]}}`