From 478a17258806f7ff4837450c5800329367374ecf Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sun, 13 Apr 2025 14:49:18 +0100 Subject: [PATCH] upd usage in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ffa7c82..a95aea4 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,11 @@ Available Commands: completion Generate the autocompletion script for the specified shell create Create a new .gitignore file help Help about any command - list List all .gitignore files in the current directory + list List all .gitignore files in the root template repository Flags: -h, --help help for gignore - -l, --loglevel string Log level (trace, debug, info, warn, error, fatal, panic) (default "info") + -l, --loglevel string Log level (trace, debug, info, warn, error, fatal, panic) (default "warn") -r, --root string Root directory to search for .gitignore files (default "gitignoreio") Use "gignore [command] --help" for more information about a command.