diff options
| author | Felix Fietkau | 2024-03-31 17:40:41 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2024-03-31 17:40:41 +0000 |
| commit | 806457664ab6e952a7f4febb82e891f596fe577c (patch) | |
| tree | 2baa1dcfb25e5cfa0df3f66e340fb8783d264323 | |
| parent | cbbe9d337a17010067b6883fcbad9ed9e994cc36 (diff) | |
| download | unetd-806457664ab6e952a7f4febb82e891f596fe577c.tar.gz | |
unet-cli: strip initial newline in usage message
Signed-off-by: Felix Fietkau <nbd@nbd.name>
| -rwxr-xr-x | scripts/unet-cli | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/unet-cli b/scripts/unet-cli index 3191e91..8ab2594 100755 --- a/scripts/unet-cli +++ b/scripts/unet-cli @@ -28,8 +28,7 @@ const defaults = { keepalive: 10, }; -const usage_message = ` -Usage: ${basename(sourcepath())} [<flags>] <file> <command> [<args>] [<option>=<value> ...] +const usage_message = `Usage: ${basename(sourcepath())} [<flags>] <file> <command> [<args>] [<option>=<value> ...] Commands: - create: Create a new network file |