From 5247af214101a5fd2618be8c6fd53d6cee648647 Mon Sep 17 00:00:00 2001 From: mcplayer3 Date: Sun, 21 Sep 2025 20:54:41 +1000 Subject: [PATCH] Add files via upload --- halyde/apps/helpdb/res.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 halyde/apps/helpdb/res.txt diff --git a/halyde/apps/helpdb/res.txt b/halyde/apps/helpdb/res.txt new file mode 100644 index 0000000..cf5b667 --- /dev/null +++ b/halyde/apps/helpdb/res.txt @@ -0,0 +1,9 @@ +Usage: res [FLAGS] +Gets or sets the current resolution. + + FLAGS* Specifies extra options when executing the command. + [no flags] Displays the current and maximum resolution. + -x [number*] Displays the current and maximum resolution on the x-axis. + A new x-axis resolution can be specified as a number. + -y [number*] Displays the current and maximum resolution on the y-axis. + A new y-axis resolution can be specified as a number. \ No newline at end of file