aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index 7d09feb05..2baa495ac 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2991,6 +2991,20 @@ USE_FEATURE_RUN_PARTS_FANCY("\n -l Prints names of all matching files even when
2991 " -s Don't output anything, status code shows success\n" \ 2991 " -s Don't output anything, status code shows success\n" \
2992 " -w Warn about improperly formatted SHA1 checksum lines") 2992 " -w Warn about improperly formatted SHA1 checksum lines")
2993 2993
2994#define slattach_trivial_usage \
2995 "[-cehmLF] [-s speed] [-p protocol] DEVICEs"
2996#define slattach_full_usage \
2997 "Attach network interface(s) to serial line(s)\n" \
2998 "\nOptions:" \
2999 "\n -p Set protocol (slip, cslip, slip6, clisp6 or adaptive)" \
3000 "\n -s Set line speed" \
3001 "\n -e Exit after initializing device" \
3002 "\n -h Exit when the carrier is lost" \
3003 "\n -c Execute a command when the line is hung up" \
3004 "\n -m Do NOT initialize the line in raw 8 bits mode" \
3005 "\n -L Enable 3-wire operation" \
3006 "\n -F Disable RTS/CTS flow control" \
3007
2994#define sleep_trivial_usage \ 3008#define sleep_trivial_usage \
2995 USE_FEATURE_FANCY_SLEEP("[") "N" USE_FEATURE_FANCY_SLEEP("]...") 3009 USE_FEATURE_FANCY_SLEEP("[") "N" USE_FEATURE_FANCY_SLEEP("]...")
2996#define sleep_full_usage \ 3010#define sleep_full_usage \