From d66370cd7329d7d1022644c0a8213147adf8e016 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Mon, 13 Jan 2003 21:40:38 +0000 Subject: Option to allow ifupdown use ip commands instead of ifconfig, add flush command to ipaddr, patch by Bastian Blank --- include/usage.h | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'include') 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 \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> " #define ifdown_full_usage \ "Usage: ifdown \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 \ "" -- cgit v1.2.3