diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-03-07 09:35:43 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-03-07 09:35:43 +0000 |
commit | e192b560aa95b995dbc7f89da2f9a83db793f267 (patch) | |
tree | 4829004760bedec63aa8a72affe75591e482fe4a /include/usage.h | |
parent | 70c0a771c1278b6b47c7506d79320b7a387fb4b4 (diff) | |
download | busybox-w32-e192b560aa95b995dbc7f89da2f9a83db793f267.tar.gz busybox-w32-e192b560aa95b995dbc7f89da2f9a83db793f267.tar.bz2 busybox-w32-e192b560aa95b995dbc7f89da2f9a83db793f267.zip |
clean up accumulated whitespace damage
git-svn-id: svn://busybox.net/trunk/busybox@18020 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/usage.h b/include/usage.h index 04dddd7c3..5073c9b8a 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -60,7 +60,7 @@ | |||
60 | "[-vn] [-H type] [-i if] -a [hostname]\n" \ | 60 | "[-vn] [-H type] [-i if] -a [hostname]\n" \ |
61 | "[-v] [-i if] -d hostname [pub]\n" \ | 61 | "[-v] [-i if] -d hostname [pub]\n" \ |
62 | "[-v] [-H type] [-i if] -s hostname hw_addr [temp]\n" \ | 62 | "[-v] [-H type] [-i if] -s hostname hw_addr [temp]\n" \ |
63 | "[-v] [-H type] [-i if] -s hostname hw_addr [netmask nm] pub\n" \ | 63 | "[-v] [-H type] [-i if] -s hostname hw_addr [netmask nm] pub\n" \ |
64 | "[-v] [-H type] [-i if] -Ds hostname ifa [netmask nm] pub\n" | 64 | "[-v] [-H type] [-i if] -Ds hostname ifa [netmask nm] pub\n" |
65 | #define arp_full_usage \ | 65 | #define arp_full_usage \ |
66 | "Manipulate the system ARP cache" \ | 66 | "Manipulate the system ARP cache" \ |
@@ -269,7 +269,7 @@ | |||
269 | "Change the process state and run specified program" \ | 269 | "Change the process state and run specified program" \ |
270 | "\n\nOptions:\n" \ | 270 | "\n\nOptions:\n" \ |
271 | " -u user[:grp] Set uid and gid\n" \ | 271 | " -u user[:grp] Set uid and gid\n" \ |
272 | " -U user[:grp] Set environment variables UID and GID\n" \ | 272 | " -U user[:grp] Set environment variables UID and GID\n" \ |
273 | " -e dir Set environment variables as specified by files\n" \ | 273 | " -e dir Set environment variables as specified by files\n" \ |
274 | " in the directory: file=1st_line_of_file\n" \ | 274 | " in the directory: file=1st_line_of_file\n" \ |
275 | " -/ dir Chroot to dir\n" \ | 275 | " -/ dir Chroot to dir\n" \ |
@@ -1776,7 +1776,7 @@ | |||
1776 | 1776 | ||
1777 | #define ls_trivial_usage \ | 1777 | #define ls_trivial_usage \ |
1778 | "[-1Aa" USE_FEATURE_LS_TIMESTAMPS("c") "Cd" \ | 1778 | "[-1Aa" USE_FEATURE_LS_TIMESTAMPS("c") "Cd" \ |
1779 | USE_FEATURE_LS_TIMESTAMPS("e") USE_FEATURE_LS_FILETYPES("F") "iln" \ | 1779 | USE_FEATURE_LS_TIMESTAMPS("e") USE_FEATURE_LS_FILETYPES("F") "iln" \ |
1780 | USE_FEATURE_LS_FILETYPES("p") USE_FEATURE_LS_FOLLOWLINKS("L") \ | 1780 | USE_FEATURE_LS_FILETYPES("p") USE_FEATURE_LS_FOLLOWLINKS("L") \ |
1781 | USE_FEATURE_LS_RECURSIVE("R") USE_FEATURE_LS_SORTFILES("rS") "s" \ | 1781 | USE_FEATURE_LS_RECURSIVE("R") USE_FEATURE_LS_SORTFILES("rS") "s" \ |
1782 | USE_FEATURE_AUTOWIDTH("T") USE_FEATURE_LS_TIMESTAMPS("tu") \ | 1782 | USE_FEATURE_AUTOWIDTH("T") USE_FEATURE_LS_TIMESTAMPS("tu") \ |