From dea4ebdcd58e594d1d2f2b03e3ddb4b8b73b3529 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Thu, 1 Feb 2018 17:27:15 +0000 Subject: overlay: add missing foreground option It seems we handle -f but we forgot to list it. Signed-off-by: Lionel Landwerlin Reviewed-by: Chris Wilson --- overlay/overlay.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'overlay') diff --git a/overlay/overlay.c b/overlay/overlay.c index 4804f813..545af7bc 100644 --- a/overlay/overlay.c +++ b/overlay/overlay.c @@ -840,6 +840,7 @@ static void usage(const char *progname) printf("\t--geometry|-G x++\tExact window placement and size\n"); printf("\t--position|-P (top|middle|bottom)-(left|centre|right)\tPlace the window in a particular corner\n"); printf("\t--size|-S x | %%\t\t\tWindow size\n"); + printf("\t--foreground|-f\t\t\t\t\t\tKeep the application in foreground\n"); printf("\t--help|-h\t\t\t\t\t\tThis help message\n"); } @@ -850,6 +851,7 @@ int main(int argc, char **argv) {"geometry", 1, 0, 'G'}, {"position", 1, 0, 'P'}, {"size", 1, 0, 'S'}, + {"foreground", 0, 0, 'f'}, {"help", 0, 0, 'h'}, {NULL, 0, 0, 0,} }; -- cgit v1.2.3