From 83e89cc8fc3d1fc682cb1ce813a3d56d8d6c5f51 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Fri, 1 Aug 2014 08:13:21 -0700 Subject: [PATCH] finish incomplete rename --- teeu | 2 +- teeu-function | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/teeu b/teeu index 074dc4d..44718f9 100755 --- a/teeu +++ b/teeu @@ -2,7 +2,7 @@ # Copyright (C) 2014 Ian Kelling # This program is under GPL v. 3 or later, see -appendu() { +teeu() { local help="Usage: appendu [-h|--help] FILE Tee unique. Append each stdin line if it does not exist in the file. diff --git a/teeu-function b/teeu-function index 9d2c5b9..cc55ff1 100644 --- a/teeu-function +++ b/teeu-function @@ -2,7 +2,7 @@ # Copyright (C) 2014 Ian Kelling # This program is under GPL v. 3 or later, see -appendu() { +teeu() { local help="Usage: appendu [-h|--help] FILE Tee unique. Append each stdin line if it does not exist in the file. -- 2.30.2