From 2a4eb1bcd2b2b81e61350b6c220a122fa1dee616 Mon Sep 17 00:00:00 2001 From: Shahzeb Siddiqui Date: Fri, 6 May 2022 17:50:37 -0400 Subject: [PATCH] update help section --- src/shifterimg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shifterimg.c b/src/shifterimg.c index c1cfabd6..050823a5 100644 --- a/src/shifterimg.c +++ b/src/shifterimg.c @@ -50,7 +50,7 @@ void _usage(int ret) { FILE *output = stdout; fprintf(output, "Usage:\n shifterimg [options] \n\n"); - fprintf(output, " Mode: images, lookup, or pull\n"); + fprintf(output, " Mode: images, login, lookup, or pull\n"); fprintf(output, "\nOptions:\n"); fprintf(output, " --user/-u List of users allowed to access a " "private image\n");