chore: rename Snowflake ID decode command

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
This commit is contained in:
Benjamin Gaussorgues
2025-10-30 09:15:29 +01:00
parent 15b82da8c3
commit e975dea0f0

View File

@@ -73,7 +73,7 @@ To generate a new ID, call ``nextId`` function on the generator:
Decode a Snowflake ID
---------------------
IDs can be decoded with ``occ decode-snowflake <id>`` command.
IDs can be decoded with ``occ snowflake:decode <id>`` command.
Its also possible to decode IDs in your code, for example to get creation time of your object: