diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 84 |
1 files changed, 42 insertions, 42 deletions
diff --git a/include/usage.h b/include/usage.h index c7013de22..42d8b9bcd 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -48,7 +48,7 @@ | |||
48 | "\n -h DIR Home directory" \ | 48 | "\n -h DIR Home directory" \ |
49 | "\n -g GECOS GECOS field" \ | 49 | "\n -g GECOS GECOS field" \ |
50 | "\n -s SHELL Login shell" \ | 50 | "\n -s SHELL Login shell" \ |
51 | "\n -G GROUP Add user to existing group" \ | 51 | "\n -G GRP Add user to existing group" \ |
52 | "\n -S Create a system user" \ | 52 | "\n -S Create a system user" \ |
53 | "\n -D Do not assign a password" \ | 53 | "\n -D Do not assign a password" \ |
54 | "\n -H Do not create home directory" \ | 54 | "\n -H Do not create home directory" \ |
@@ -689,7 +689,7 @@ | |||
689 | "\n -D FMT Use FMT for -d TIME conversion" \ | 689 | "\n -D FMT Use FMT for -d TIME conversion" \ |
690 | ) \ | 690 | ) \ |
691 | "\n" \ | 691 | "\n" \ |
692 | "\nRecognized formats for TIME:" \ | 692 | "\nRecognized TIME formats:" \ |
693 | "\n hh:mm[:ss]" \ | 693 | "\n hh:mm[:ss]" \ |
694 | "\n [YYYY.]MM.DD-hh:mm[:ss]" \ | 694 | "\n [YYYY.]MM.DD-hh:mm[:ss]" \ |
695 | "\n YYYY-MM-DD hh:mm[:ss]" \ | 695 | "\n YYYY-MM-DD hh:mm[:ss]" \ |
@@ -1189,12 +1189,12 @@ | |||
1189 | #define blkid_trivial_usage \ | 1189 | #define blkid_trivial_usage \ |
1190 | "" | 1190 | "" |
1191 | #define blkid_full_usage "\n\n" \ | 1191 | #define blkid_full_usage "\n\n" \ |
1192 | "Print UUIDs of all filesystems." | 1192 | "Print UUIDs of all filesystems" |
1193 | 1193 | ||
1194 | #define findfs_trivial_usage \ | 1194 | #define findfs_trivial_usage \ |
1195 | "LABEL=label or UUID=uuid" | 1195 | "LABEL=label or UUID=uuid" |
1196 | #define findfs_full_usage "\n\n" \ | 1196 | #define findfs_full_usage "\n\n" \ |
1197 | "Find a filesystem device based on a label or UUID." | 1197 | "Find a filesystem device based on a label or UUID" |
1198 | #define findfs_example_usage \ | 1198 | #define findfs_example_usage \ |
1199 | "$ findfs LABEL=MyDevice" | 1199 | "$ findfs LABEL=MyDevice" |
1200 | 1200 | ||
@@ -3145,22 +3145,22 @@ | |||
3145 | #define nmeter_full_usage "\n\n" \ | 3145 | #define nmeter_full_usage "\n\n" \ |
3146 | "Monitor system in real time\n\n" \ | 3146 | "Monitor system in real time\n\n" \ |
3147 | "Format specifiers:\n" \ | 3147 | "Format specifiers:\n" \ |
3148 | "%Nc or %[cN] Monitor CPU. N - bar size, default 10\n" \ | 3148 | " %Nc or %[cN] Monitor CPU. N - bar size, default 10\n" \ |
3149 | " (displays: S:system U:user N:niced D:iowait I:irq i:softirq)\n" \ | 3149 | " (displays: S:system U:user N:niced D:iowait I:irq i:softirq)\n" \ |
3150 | "%[niface] Monitor network interface 'iface'\n" \ | 3150 | " %[niface] Monitor network interface 'iface'\n" \ |
3151 | "%m Monitor allocated memory\n" \ | 3151 | " %m Monitor allocated memory\n" \ |
3152 | "%[mf] Monitor free memory\n" \ | 3152 | " %[mf] Monitor free memory\n" \ |
3153 | "%[mt] Monitor total memory\n" \ | 3153 | " %[mt] Monitor total memory\n" \ |
3154 | "%s Monitor allocated swap\n" \ | 3154 | " %s Monitor allocated swap\n" \ |
3155 | "%f Monitor number of used file descriptors\n" \ | 3155 | " %f Monitor number of used file descriptors\n" \ |
3156 | "%Ni Monitor total/specific IRQ rate\n" \ | 3156 | " %Ni Monitor total/specific IRQ rate\n" \ |
3157 | "%x Monitor context switch rate\n" \ | 3157 | " %x Monitor context switch rate\n" \ |
3158 | "%p Monitor forks\n" \ | 3158 | " %p Monitor forks\n" \ |
3159 | "%[pn] Monitor # of processes\n" \ | 3159 | " %[pn] Monitor # of processes\n" \ |
3160 | "%b Monitor block io\n" \ | 3160 | " %b Monitor block io\n" \ |
3161 | "%Nt Show time (with N decimal points)\n" \ | 3161 | " %Nt Show time (with N decimal points)\n" \ |
3162 | "%Nd Milliseconds between updates (default:1000)\n" \ | 3162 | " %Nd Milliseconds between updates (default:1000)\n" \ |
3163 | "%r Print <cr> instead of <lf> at EOL" \ | 3163 | " %r Print <cr> instead of <lf> at EOL" \ |
3164 | 3164 | ||
3165 | #define nmeter_example_usage \ | 3165 | #define nmeter_example_usage \ |
3166 | "nmeter '%250d%t %20c int %i bio %b mem %m forks%p'" | 3166 | "nmeter '%250d%t %20c int %i bio %b mem %m forks%p'" |
@@ -4493,35 +4493,35 @@ | |||
4493 | #define tcpsvd_full_usage "\n\n" \ | 4493 | #define tcpsvd_full_usage "\n\n" \ |
4494 | "Create TCP socket, bind to IP:PORT and listen\n" \ | 4494 | "Create TCP socket, bind to IP:PORT and listen\n" \ |
4495 | "for incoming connection. Run PROG for each connection.\n" \ | 4495 | "for incoming connection. Run PROG for each connection.\n" \ |
4496 | "\nIP IP to listen on. '0' = all" \ | 4496 | "\n IP IP to listen on. '0' = all" \ |
4497 | "\nPORT Port to listen on" \ | 4497 | "\n PORT Port to listen on" \ |
4498 | "\nPROG [ARGS] Program to run" \ | 4498 | "\n PROG [ARGS] Program to run" \ |
4499 | "\n-l NAME Local hostname (else looks up local hostname in DNS)" \ | 4499 | "\n -l NAME Local hostname (else looks up local hostname in DNS)" \ |
4500 | "\n-u USER[:GROUP] Change to user/group after bind" \ | 4500 | "\n -u USER[:GRP] Change to user/group after bind" \ |
4501 | "\n-c N Handle up to N connections simultaneously" \ | 4501 | "\n -c N Handle up to N connections simultaneously" \ |
4502 | "\n-b N Allow a backlog of approximately N TCP SYNs" \ | 4502 | "\n -b N Allow a backlog of approximately N TCP SYNs" \ |
4503 | "\n-C N[:MSG] Allow only up to N connections from the same IP" \ | 4503 | "\n -C N[:MSG] Allow only up to N connections from the same IP" \ |
4504 | "\n New connections from this IP address are closed" \ | 4504 | "\n New connections from this IP address are closed" \ |
4505 | "\n immediately. MSG is written to the peer before close" \ | 4505 | "\n immediately. MSG is written to the peer before close" \ |
4506 | "\n-h Look up peer's hostname" \ | 4506 | "\n -h Look up peer's hostname" \ |
4507 | "\n-E Do not set up environment variables" \ | 4507 | "\n -E Do not set up environment variables" \ |
4508 | "\n-v Verbose" \ | 4508 | "\n -v Verbose" \ |
4509 | 4509 | ||
4510 | #define udpsvd_trivial_usage \ | 4510 | #define udpsvd_trivial_usage \ |
4511 | "[-hEv] [-c N] [-u USER] [-l NAME] IP PORT PROG" | 4511 | "[-hEv] [-c N] [-u USER] [-l NAME] IP PORT PROG" |
4512 | #define udpsvd_full_usage "\n\n" \ | 4512 | #define udpsvd_full_usage "\n\n" \ |
4513 | "Create UDP socket, bind to IP:PORT and wait\n" \ | 4513 | "Create UDP socket, bind to IP:PORT and wait\n" \ |
4514 | "for incoming packets. Run PROG for each packet,\n" \ | 4514 | "for incoming packets. Run PROG for each packet,\n" \ |
4515 | "redirecting all further packets with same peer ip:port to it\n" \ | 4515 | "redirecting all further packets with same peer ip:port to it.\n" \ |
4516 | "\nIP IP to listen on. '0' = all" \ | 4516 | "\n IP IP to listen on. '0' = all" \ |
4517 | "\nPORT Port to listen on" \ | 4517 | "\n PORT Port to listen on" \ |
4518 | "\nPROG [ARGS] Program to run" \ | 4518 | "\n PROG [ARGS] Program to run" \ |
4519 | "\n-l NAME Local hostname (else looks up local hostname in DNS)" \ | 4519 | "\n -l NAME Local hostname (else looks up local hostname in DNS)" \ |
4520 | "\n-u USER[:GROUP] Change to user/group after bind" \ | 4520 | "\n -u USER[:GRP] Change to user/group after bind" \ |
4521 | "\n-c N Handle up to N connections simultaneously" \ | 4521 | "\n -c N Handle up to N connections simultaneously" \ |
4522 | "\n-h Look up peer's hostname" \ | 4522 | "\n -h Look up peer's hostname" \ |
4523 | "\n-E Do not set up environment variables" \ | 4523 | "\n -E Do not set up environment variables" \ |
4524 | "\n-v Verbose" \ | 4524 | "\n -v Verbose" \ |
4525 | 4525 | ||
4526 | #define tftp_trivial_usage \ | 4526 | #define tftp_trivial_usage \ |
4527 | "[OPTIONS] HOST [PORT]" | 4527 | "[OPTIONS] HOST [PORT]" |