diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-12-20 07:16:22 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-12-20 07:16:22 +0000 |
commit | 1e14b6f07443aee623729cd449bede35b8117d25 (patch) | |
tree | 25584da9e2e526ab407c9510125bcf0cb4ebe74d /include/usage.h | |
parent | 55cf5a0e85c09b3fc924063f050fbfb5353674ce (diff) | |
download | busybox-w32-1e14b6f07443aee623729cd449bede35b8117d25.tar.gz busybox-w32-1e14b6f07443aee623729cd449bede35b8117d25.tar.bz2 busybox-w32-1e14b6f07443aee623729cd449bede35b8117d25.zip |
Eradicate all references to loadacm
git-svn-id: svn://busybox.net/trunk/busybox@8146 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r-- | include/usage.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/usage.h b/include/usage.h index ea1b5d5fe..d712ffe5f 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1407,13 +1407,6 @@ | |||
1407 | "$ ls -l /tmp/ls\n" \ | 1407 | "$ ls -l /tmp/ls\n" \ |
1408 | "lrwxrwxrwx 1 root root 7 Apr 12 18:39 ls -> BusyBox*\n" | 1408 | "lrwxrwxrwx 1 root root 7 Apr 12 18:39 ls -> BusyBox*\n" |
1409 | 1409 | ||
1410 | #define loadacm_trivial_usage \ | ||
1411 | "< mapfile" | ||
1412 | #define loadacm_full_usage \ | ||
1413 | "Loads an acm from standard input." | ||
1414 | #define loadacm_example_usage \ | ||
1415 | "$ loadacm < /etc/i18n/acmname\n" | ||
1416 | |||
1417 | #define loadfont_trivial_usage \ | 1410 | #define loadfont_trivial_usage \ |
1418 | "< font" | 1411 | "< font" |
1419 | #define loadfont_full_usage \ | 1412 | #define loadfont_full_usage \ |