aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/usage.h32
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 ""