wok view busybox/stuff/busybox-1.17.3-usage.u @ rev 7044

Replace firefox by browser in /usr/share/applications/*
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 01 10:51:38 2010 +0100 (2010-11-01)
parents
children
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 @@ -4387,12 +4387,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" \