From 35e6fee6e9a49f957bcbcf41738d35dd18e2b90f Mon Sep 17 00:00:00 2001 From: Corentin <14354161+grallc@users.noreply.github.com> Date: Wed, 24 Dec 2025 15:36:27 +0700 Subject: [PATCH] Update import command in quickstart documentation updated import parameter to match https://github.com/dyc3/steamguard-cli/blob/master/src/commands/import.rs --- docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 57a6e7d..fd10589 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -48,7 +48,7 @@ If you have used [Steam Desktop Authenticator][SDA] before, you can use your exi It's also possible to import a single maFile from Steam Desktop Authenticator and add it to your existing manifest. ```bash -steamguard import --sda +steamguard import --files ``` [SDA]: https://github.com/Jessecar96/SteamDesktopAuthenticator