瀏覽代碼

docs(README): add label flag to secret-tool usage

ayn2op 9 月之前
父節點
當前提交
2d76205aa6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -107,7 +107,7 @@ export $(gnome-keyring-daemon --start)
 3. Run the following command to create the `token` entry.
 
 ```sh
-secret-tool store service discordo username token
+secret-tool store --label="Discord Token" service discordo username token
 ```
 
 4. When it prompts for the password, paste your token, and hit enter to confirm.