X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mergefilecommand.h;fp=mergefilecommand.h;h=1c3c4d5a5ea12a6bcbc9cae3cd9eca54b3bd083d;hb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;hp=1e56f73a865079f7dca0ccab91f3fd6f0ddfcbef;hpb=f2408a11ad53c148e3a3329018ca7d04b567f11d;p=mothur.git diff --git a/mergefilecommand.h b/mergefilecommand.h index 1e56f73..1c3c4d5 100644 --- a/mergefilecommand.h +++ b/mergefilecommand.h @@ -24,6 +24,8 @@ public: string getCommandCategory() { return "General"; } string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Merge.files"; } + string getDescription() { return "appends files creating one file"; } + int execute(); void help() { m->mothurOut(getHelpString()); }