Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion developer_manual/digging_deeper/snowflake_ids.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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

Expand Down