diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-06-07 20:17:41 +0000 |
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-06-07 20:17:41 +0000 |
| commit | 19008b83735341c91fa8a09a072ffe9816c9e423 (patch) | |
| tree | 6e35288c247102998a775cbc16f9ec014e00e7fd /networking/udhcp | |
| parent | 4c5ad2fc90389bf1239f17d84967d07b82f31dd7 (diff) | |
| download | busybox-19008b83735341c91fa8a09a072ffe9816c9e423.tar.gz | |
- reuse strings and messages. Saves about 600B
Diffstat (limited to 'networking/udhcp')
| -rw-r--r-- | networking/udhcp/dhcpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c index c36c87602..a1b6d4626 100644 --- a/networking/udhcp/dhcpc.c +++ b/networking/udhcp/dhcpc.c @@ -206,7 +206,7 @@ int main(int argc, char *argv[]) {"script", required_argument, 0, 's'}, {"timeout", required_argument, 0, 'T'}, {"version", no_argument, 0, 'v'}, - {"retries", required_argument, 0, 't'}, + {"retries", required_argument, 0, 't'}, {0, 0, 0, 0} }; |
