mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-07 07:23:15 +00:00
The inline-help of operations will only contain a short summary of the operation and the link to the online documentation. The move is not a straightforward copy-paste. First and foremost because we move from simple markdown to RST. Informal references are also replaced with proper RST links. Some small edits were also done on the texts. The intent is the following: * the inline help serves as a quick reference for what the operation does and what flags it has; * the online documentation serves as the full reference manual, explaining all details;