diff options
Diffstat (limited to 'src/htsalias.c')
-rw-r--r-- | src/htsalias.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/htsalias.c b/src/htsalias.c index d06936f..1a413fe 100644 --- a/src/htsalias.c +++ b/src/htsalias.c @@ -176,6 +176,8 @@ const char* hts_optalias[][4] = { {"disable-module","-%w","param1",""}, {"no-background-on-suspend","-y0","single",""}, {"background-on-suspend","-y","single",""}, + {"utf8-conversion","-%T","single",""}, + {"no-utf8-conversion","-%T0","single",""}, /* */ /* DEPRECATED */ |