diff options
author | Denis Vlasenko | 2007-03-07 09:35:43 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-03-07 09:35:43 +0000 |
commit | 8e858e2700651a0e973169b579622cd3dcd0defd (patch) | |
tree | 4829004760bedec63aa8a72affe75591e482fe4a /include/usage.h | |
parent | 41cca2b4f54a2c8dadd2469747aca91d891c0b15 (diff) | |
download | busybox-8e858e2700651a0e973169b579622cd3dcd0defd.zip busybox-8e858e2700651a0e973169b579622cd3dcd0defd.tar.gz |
clean up accumulated whitespace damage
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 04dddd7..5073c9b 100644 --- a/include/usage.h +++ b/include/usage.h @@ -60,7 +60,7 @@ "[-vn] [-H type] [-i if] -a [hostname]\n" \ "[-v] [-i if] -d hostname [pub]\n" \ "[-v] [-H type] [-i if] -s hostname hw_addr [temp]\n" \ - "[-v] [-H type] [-i if] -s hostname hw_addr [netmask nm] pub\n" \ + "[-v] [-H type] [-i if] -s hostname hw_addr [netmask nm] pub\n" \ "[-v] [-H type] [-i if] -Ds hostname ifa [netmask nm] pub\n" #define arp_full_usage \ "Manipulate the system ARP cache" \ @@ -269,7 +269,7 @@ "Change the process state and run specified program" \ "\n\nOptions:\n" \ " -u user[:grp] Set uid and gid\n" \ - " -U user[:grp] Set environment variables UID and GID\n" \ + " -U user[:grp] Set environment variables UID and GID\n" \ " -e dir Set environment variables as specified by files\n" \ " in the directory: file=1st_line_of_file\n" \ " -/ dir Chroot to dir\n" \ @@ -1776,7 +1776,7 @@ #define ls_trivial_usage \ "[-1Aa" USE_FEATURE_LS_TIMESTAMPS("c") "Cd" \ - USE_FEATURE_LS_TIMESTAMPS("e") USE_FEATURE_LS_FILETYPES("F") "iln" \ + USE_FEATURE_LS_TIMESTAMPS("e") USE_FEATURE_LS_FILETYPES("F") "iln" \ USE_FEATURE_LS_FILETYPES("p") USE_FEATURE_LS_FOLLOWLINKS("L") \ USE_FEATURE_LS_RECURSIVE("R") USE_FEATURE_LS_SORTFILES("rS") "s" \ USE_FEATURE_AUTOWIDTH("T") USE_FEATURE_LS_TIMESTAMPS("tu") \ |