Skip to content

Commit e975dea

Browse files
committed
chore: rename Snowflake ID decode command
Signed-off-by: Benjamin Gaussorgues <[email protected]>
1 parent 15b82da commit e975dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developer_manual/digging_deeper/snowflake_ids.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ To generate a new ID, call ``nextId`` function on the generator:
7373
Decode a Snowflake ID
7474
---------------------
7575

76-
IDs can be decoded with ``occ decode-snowflake <id>`` command.
76+
IDs can be decoded with ``occ snowflake:decode <id>`` command.
7777

7878
It’s also possible to decode IDs in your code, for example to get creation time of your object:
7979

0 commit comments

Comments
 (0)