Searched refs:USAGE_OPTFMT (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/usr.bin/csup/
H A Dmain.c48 #define USAGE_OPTFMT " %-12s %s\n" macro
59 lprintf(-1, USAGE_OPTFMT, "-1", "Don't retry automatically on failure "
61 lprintf(-1, USAGE_OPTFMT, "-4", "Force usage of IPv4 addresses");
62 lprintf(-1, USAGE_OPTFMT, "-6", "Force usage of IPv6 addresses");
63 lprintf(-1, USAGE_OPTFMT, "-a",
65 lprintf(-1, USAGE_OPTFMT, "-A addr",
67 lprintf(-1, USAGE_OPTFMT, "-b base",
69 lprintf(-1, USAGE_OPTFMT, "-c collDir",
71 lprintf(-1, USAGE_OPTFMT, "-d delLimit",
73 lprintf(-1, USAGE_OPTFMT, "
[all...]

Completed in 52 milliseconds