From ed876f550d461cd0972f04adaeb4ad4e0028b2fe Mon Sep 17 00:00:00 2001 From: Jeevitha Kannan K S Date: Fri, 8 Nov 2024 10:00:59 +0530 Subject: [PATCH] No word wrap for options in README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 93b8bab3..738a2f88 100644 --- a/README.md +++ b/README.md @@ -31,12 +31,12 @@ Linutil supports various command-line arguments to customize its behavior. Here | Option | Description | Default | |------------------|------------------|:---------:| -| `-h, --help` | Print help | | -| `-c, --config ` | Path to the configuration file | -| `--override-validation` | Show all available options, disregarding compatibility checks (UNSAFE) | | -| `--size-bypass` | Bypass the terminal size limit | | -| `-y, --skip-confirmation` | Skip confirmation prompt before executing commands | | -| `-t, --theme ` | Set the theme to use in the application [possible values: `default`, `compatible`] | `default` | +| -h, --help | Print help | | +| -c, --config | Path to the configuration file | +| --override-validation | Show all available options, disregarding compatibility checks (UNSAFE) | | +| --size-bypass | Bypass the terminal size limit | | +| -y, --skip-confirmation | Skip confirmation prompt before executing commands | | +| -t, --theme | Set the theme to use in the application [possible values: `default`, `compatible`] | `default` | For more detailed usage, run: