wok-next view busybox/stuff/busybox-1.17.1-usage.u @ rev 5919

busybox: fix usage patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 28 12:02:14 2010 +0200 (2010-07-28)
parents 51ee2dc8ea91
children 4234202a789b
line source
1 Update usage text
2 --- busybox-1.17.1/include/usage.src.h
3 +++ busybox-1.17.1/include/usage.src.h
4 @@ -4386,12 +4386,13 @@
5 //TODO: add options and keyboard commands
7 #define touch_trivial_usage \
8 - "[-c] [-d DATE] FILE [FILE]..."
9 + "[-c] [-d DATE] [-r FILE] FILE [FILE]..."
10 #define touch_full_usage "\n\n" \
11 "Update the last-modified date on the given FILE[s]\n" \
12 "\nOptions:" \
13 "\n -c Don't create files" \
14 "\n -d DT Date/time to use" \
15 + "\n -r FILE File's times to use" \
17 #define touch_example_usage \
18 "$ ls -l /tmp/foo\n" \