diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-01-13 21:40:38 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-01-13 21:40:38 +0000 |
commit | d66370cd7329d7d1022644c0a8213147adf8e016 (patch) | |
tree | f1a7c4ebd489ebeb90f63ed87ef671ec22e061eb /include/usage.h | |
parent | 4e486a5d00830990cdfda68eb5dceefab43635f5 (diff) | |
download | busybox-w32-d66370cd7329d7d1022644c0a8213147adf8e016.tar.gz busybox-w32-d66370cd7329d7d1022644c0a8213147adf8e016.tar.bz2 busybox-w32-d66370cd7329d7d1022644c0a8213147adf8e016.zip |
Option to allow ifupdown use ip commands instead of ifconfig, add flush
command to ipaddr, patch by Bastian Blank
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/include/usage.h b/include/usage.h index da4fad886..0a0948bdd 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -878,28 +878,28 @@ | |||
878 | #define ifup_full_usage \ | 878 | #define ifup_full_usage \ |
879 | "Usage: ifup <options> <ifaces...>\n\n" \ | 879 | "Usage: ifup <options> <ifaces...>\n\n" \ |
880 | "Options:\n" \ | 880 | "Options:\n" \ |
881 | "\t-h, --help\t\tthis help\n" \ | 881 | "\t-h\tthis help\n" \ |
882 | "\t-a, --all\t\tde/configure all interfaces automatically\n" \ | 882 | "\t-a\tde/configure all interfaces automatically\n" \ |
883 | "\t-i, --interfaces FILE\tuse FILE for interface definitions\n" \ | 883 | "\t-i FILE\tuse FILE for interface definitions\n" \ |
884 | "\t-n, --no-act\t\tprint out what would happen, but don't do it\n" \ | 884 | "\t-n\tprint out what would happen, but don't do it\n" \ |
885 | "\t\t\t\t(note that this option doesn't disable mappings)\n" \ | 885 | "\t\t\t(note that this option doesn't disable mappings)\n" \ |
886 | "\t-v, --verbose\t\tprint out what would happen before doing it\n" \ | 886 | "\t-v\tprint out what would happen before doing it\n" \ |
887 | "\t--no-mappings\t\tdon't run any mappings\n" \ | 887 | "\t-m\tdon't run any mappings\n" \ |
888 | "\t--force\t\t\tforce de/configuration\n" | 888 | "\t-f\tforce de/configuration\n" |
889 | 889 | ||
890 | #define ifdown_trivial_usage \ | 890 | #define ifdown_trivial_usage \ |
891 | "<-ahinv> <ifaces...>" | 891 | "<-ahinv> <ifaces...>" |
892 | #define ifdown_full_usage \ | 892 | #define ifdown_full_usage \ |
893 | "Usage: ifdown <options> <ifaces...>\n\n" \ | 893 | "Usage: ifdown <options> <ifaces...>\n\n" \ |
894 | "Options:\n" \ | 894 | "Options:\n" \ |
895 | "\t-h, --help\t\tthis help\n" \ | 895 | "\t-h\tthis help\n" \ |
896 | "\t-a, --all\t\tde/configure all interfaces automatically\n" \ | 896 | "\t-a\tde/configure all interfaces automatically\n" \ |
897 | "\t-i, --interfaces FILE\tuse FILE for interface definitions\n" \ | 897 | "\t-i FILE\tuse FILE for interface definitions\n" \ |
898 | "\t-n, --no-act\t\tprint out what would happen, but don't do it\n" \ | 898 | "\t-n\tprint out what would happen, but don't do it\n" \ |
899 | "\t\t\t\t(note that this option doesn't disable mappings)\n" \ | 899 | "\t\t(note that this option doesn't disable mappings)\n" \ |
900 | "\t-v, --verbose\t\tprint out what would happen before doing it\n" \ | 900 | "\t-v\tprint out what would happen before doing it\n" \ |
901 | "\t--no-mappings\t\tdon't run any mappings\n" \ | 901 | "\t-m\tdon't run any mappings\n" \ |
902 | "\t--force\t\t\tforce de/configuration\n" | 902 | "\t-f\tforce de/configuration\n" |
903 | 903 | ||
904 | #define init_trivial_usage \ | 904 | #define init_trivial_usage \ |
905 | "" | 905 | "" |