From f2de378930b4a68231e82abe4895d5b871306851 Mon Sep 17 00:00:00 2001 From: Aylur <104676705+Aylur@users.noreply.github.com> Date: Thu, 4 Apr 2024 18:38:30 +0200 Subject: [PATCH] Update cli.md https://github.com/Aylur/ags/issues/375 --- src/content/docs/config/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/config/cli.md b/src/content/docs/config/cli.md index 59b26cc..9efef1a 100644 --- a/src/content/docs/config/cli.md +++ b/src/content/docs/config/cli.md @@ -19,7 +19,7 @@ OPTIONS: -t, --toggle-window Show or hide a window -r, --run-js Execute string as an async function -f, --run-file Execute file as an async function - -I, --init Initialize the configuration directory + --init Initialize the configuration directory --clear-cache Remove $HOME/.cache/ags ```