diff options
Diffstat (limited to '')
-rw-r--r-- | command/tee.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/tee.c b/command/tee.c index b9ff974..beb1fdc 100644 --- a/command/tee.c +++ b/command/tee.c @@ -52,7 +52,7 @@ static int short_arg(char c, char* next) { return ARG_UNUSED; } -COMMAND(tee_cmd) { +COMMAND(tee_main) { int start, i; FILE** files; |