diff options
author | Calvin <calvin@EESI> | 2013-06-12 12:39:37 -0400 |
---|---|---|
committer | Calvin <calvin@EESI> | 2013-06-12 12:39:37 -0400 |
commit | e1712839c4b091179f35ee9849c20b2581a9fc8f (patch) | |
tree | 0f8579db200b25a5d505ca4cf6a5068db29fa618 /src/c/multifasta_to_otu.1 | |
parent | 13351ef77d9f9f1cd130e7cf3fb9ce5b5cfc83e8 (diff) |
add --version and -V
Diffstat (limited to 'src/c/multifasta_to_otu.1')
-rw-r--r-- | src/c/multifasta_to_otu.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/c/multifasta_to_otu.1 b/src/c/multifasta_to_otu.1 index 2a00d5c..7e1fb83 100644 --- a/src/c/multifasta_to_otu.1 +++ b/src/c/multifasta_to_otu.1 @@ -51,6 +51,9 @@ the OTU table, with NUM_READS_PRESENT for each sample which is compatible with Q .TP .B \-v, --verbose verbose mode. +.TP +.B \-V, --version +print version. .SH USAGE This program will use a large amount of memory, and CPU time. You can reduce the number of cores used, and thus memory, by specifying the -j flag with aspecified number of jobs. Otherwise multifasta_to_otu will run one job per cpu core. |