diff options
author | Ron Yorston <rmy@pobox.com> | 2016-07-07 14:28:08 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2016-07-07 14:58:55 +0100 |
commit | 613f46218c53c8cabdbf0435653e74e0e0e91e1c (patch) | |
tree | ca06a7e7a3e4c861441acb4ea20648d7827fa6ae /applets | |
parent | a0c61c9492723dd31681f878f9c68c92817a476d (diff) | |
parent | 237bedd499c58034a1355484d6d4d906f0180308 (diff) | |
download | busybox-w32-613f46218c53c8cabdbf0435653e74e0e0e91e1c.tar.gz busybox-w32-613f46218c53c8cabdbf0435653e74e0e0e91e1c.tar.bz2 busybox-w32-613f46218c53c8cabdbf0435653e74e0e0e91e1c.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'applets')
-rw-r--r-- | applets/usage_pod.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/applets/usage_pod.c b/applets/usage_pod.c index 0b1c4aadb..ccc166aed 100644 --- a/applets/usage_pod.c +++ b/applets/usage_pod.c | |||
@@ -90,6 +90,8 @@ int main(void) | |||
90 | printf("%s\n\n", usage_array[i].aname); | 90 | printf("%s\n\n", usage_array[i].aname); |
91 | } | 91 | } |
92 | } | 92 | } |
93 | printf("=back\n\n"); | ||
94 | |||
93 | return 0; | 95 | return 0; |
94 | } | 96 | } |
95 | 97 | ||