From f2e68ee1a79e983b61b44e71e592ba2e56bcbebc Mon Sep 17 00:00:00 2001 From: rachelflynn Date: Thu, 11 Jun 2026 11:53:15 -0400 Subject: [PATCH] Addressed PR review feedback --- docs/infrastructure/commandline-usage.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/infrastructure/commandline-usage.md b/docs/infrastructure/commandline-usage.md index 6a8271e2d9..34c6bbed75 100644 --- a/docs/infrastructure/commandline-usage.md +++ b/docs/infrastructure/commandline-usage.md @@ -8,7 +8,9 @@ labels: The `xrpld` executable usually runs as a daemon that powers the XRP Ledger, although it can also run in other modes. It was renamed from `rippled` to `xrpld`. {% badge href="https://xrpl.org/blog/2026/xrpld-3.2.0" %}New in: xrpld 3.2.0{% /badge %} +{% admonition type="info" name="Backward compatibility" %} The former name, `rippled`, still works as a symlink to `xrpld`, so existing scripts and automation continue to work during the transition. +{% /admonition %} This page describes all the options you can pass to `xrpld` when running it from the command line.