diff options
Diffstat (limited to 'command/ed.c')
-rw-r--r-- | command/ed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/ed.c b/command/ed.c index 8e8eae1..f839258 100644 --- a/command/ed.c +++ b/command/ed.c @@ -903,7 +903,7 @@ static void help(void) { printf("\t\t=\t\tprint current line number\n"); } -COMMAND(ed) { +COMMAND(ed_main) { parse_help(argc, argv, help); |