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 | |
parent | 4e486a5d00830990cdfda68eb5dceefab43635f5 (diff) |
Option to allow ifupdown use ip commands instead of ifconfig, add flush
command to ipaddr, patch by Bastian Blank
Diffstat (limited to 'include')
-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 @@ #define ifup_full_usage \ "Usage: ifup <options> <ifaces...>\n\n" \ "Options:\n" \ - "\t-h, --help\t\tthis help\n" \ - "\t-a, --all\t\tde/configure all interfaces automatically\n" \ - "\t-i, --interfaces FILE\tuse FILE for interface definitions\n" \ - "\t-n, --no-act\t\tprint out what would happen, but don't do it\n" \ - "\t\t\t\t(note that this option doesn't disable mappings)\n" \ - "\t-v, --verbose\t\tprint out what would happen before doing it\n" \ - "\t--no-mappings\t\tdon't run any mappings\n" \ - "\t--force\t\t\tforce de/configuration\n" + "\t-h\tthis help\n" \ + "\t-a\tde/configure all interfaces automatically\n" \ + "\t-i FILE\tuse FILE for interface definitions\n" \ + "\t-n\tprint out what would happen, but don't do it\n" \ + "\t\t\t(note that this option doesn't disable mappings)\n" \ + "\t-v\tprint out what would happen before doing it\n" \ + "\t-m\tdon't run any mappings\n" \ + "\t-f\tforce de/configuration\n" #define ifdown_trivial_usage \ "<-ahinv> <ifaces...>" #define ifdown_full_usage \ "Usage: ifdown <options> <ifaces...>\n\n" \ "Options:\n" \ - "\t-h, --help\t\tthis help\n" \ - "\t-a, --all\t\tde/configure all interfaces automatically\n" \ - "\t-i, --interfaces FILE\tuse FILE for interface definitions\n" \ - "\t-n, --no-act\t\tprint out what would happen, but don't do it\n" \ - "\t\t\t\t(note that this option doesn't disable mappings)\n" \ - "\t-v, --verbose\t\tprint out what would happen before doing it\n" \ - "\t--no-mappings\t\tdon't run any mappings\n" \ - "\t--force\t\t\tforce de/configuration\n" + "\t-h\tthis help\n" \ + "\t-a\tde/configure all interfaces automatically\n" \ + "\t-i FILE\tuse FILE for interface definitions\n" \ + "\t-n\tprint out what would happen, but don't do it\n" \ + "\t\t(note that this option doesn't disable mappings)\n" \ + "\t-v\tprint out what would happen before doing it\n" \ + "\t-m\tdon't run any mappings\n" \ + "\t-f\tforce de/configuration\n" #define init_trivial_usage \ "" |