summaryrefslogtreecommitdiff
path: root/lib/help.c
diff options
context:
space:
mode:
authorHyejin Kim <hyejin0906.kim@samsung.com>2015-07-16 14:10:30 +0900
committerHyejin Kim <hyejin0906.kim@samsung.com>2015-07-16 14:10:36 +0900
commitc353de2e55d0f64f4b11dbc242f8319674650c54 (patch)
tree4903817ed5bc386f11ea4a2877b87606a5ce6efc /lib/help.c
parent05423b7d418fa33f4c812b8262c21f9401ee3a98 (diff)
parentccec4d82798d46a8bc7e7656d08c57544cd08582 (diff)
downloadtoybox-c353de2e55d0f64f4b11dbc242f8319674650c54.tar.gz
toybox-c353de2e55d0f64f4b11dbc242f8319674650c54.tar.bz2
toybox-c353de2e55d0f64f4b11dbc242f8319674650c54.zip
Merge branch from toybox/master
Conflicts: both modified: lib/portability.c both modified: lib/portability.h both modified: scripts/genconfig.sh both modified: scripts/runtest.sh both added: tests/sed.test both modified: toys/other/acpi.c both modified: toys/other/ifconfig.c deleted by them: toys/other/unshare.c both added: toys/pending/hwclock.c both modified: toys/pending/ip.c deleted by them: toys/pending/sed.c both modified: toys/posix/chgrp.c both modified: toys/posix/cp.c both modified: toys/posix/id.c both modified: toys/posix/ls.c Change-Id: Ib36c5267ec054a5683ca37da2383d83b3cb1b5b4 Signed-off-by: Hyejin Kim <hyejin0906.kim@samsung.com>
Diffstat (limited to 'lib/help.c')
-rw-r--r--lib/help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/help.c b/lib/help.c
index 9965539..b5d8f6b 100644
--- a/lib/help.c
+++ b/lib/help.c
@@ -10,7 +10,7 @@ void show_help(void) {;}
#undef NEWTOY
#undef OLDTOY
#define NEWTOY(name,opt,flags) help_##name "\0"
-#define OLDTOY(name,oldname,opts,flags) "\xff" #oldname "\0"
+#define OLDTOY(name,oldname,flags) "\xff" #oldname "\0"
static char *help_data =
#include "generated/newtoys.h"
;