summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 120e7c2..3844bbd 100644
--- a/src/main.c
+++ b/src/main.c
@@ -589,6 +589,7 @@ static void usage()
" --hide-cursor <true|false> Hide the cursor.\n"
" --horizontal <true|false> List results horizontally.\n"
" --history <true|false> Sort results by number of usages.\n"
+" --hint-font <true|false> Perform font hinting.\n"
);
}
@@ -626,6 +627,7 @@ static void parse_args(struct tofi *tofi, int argc, char *argv[])
{"horizontal", required_argument, NULL, 0},
{"hide-cursor", required_argument, NULL, 0},
{"history", required_argument, NULL, 0},
+ {"hint-font", required_argument, NULL, 0},
{NULL, 0, NULL, 0}
};
const char *short_options = ":hc:";