Skip to content

Commit 8064576

Browse files
committed
unet-cli: strip initial newline in usage message
Signed-off-by: Felix Fietkau <[email protected]>
1 parent cbbe9d3 commit 8064576

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/unet-cli

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ const defaults = {
2828
keepalive: 10,
2929
};
3030

31-
const usage_message = `
32-
Usage: ${basename(sourcepath())} [<flags>] <file> <command> [<args>] [<option>=<value> ...]
31+
const usage_message = `Usage: ${basename(sourcepath())} [<flags>] <file> <command> [<args>] [<option>=<value> ...]
3332

3433
Commands:
3534
- create: Create a new network file

0 commit comments

Comments
 (0)