You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help="Tell the destination node to remove a specific node from its DB, by node number or ID",
1731
+
help="Tell the destination node to remove a specific node from its NodeDB. "
1732
+
"Use the node ID with a '!' or '0x' prefix or the node number.",
1731
1733
metavar="!xxxxxxxx"
1732
1734
)
1733
1735
group.add_argument(
1734
1736
"--set-favorite-node",
1735
-
help="Tell the destination node to set the specified node to be favorited on the NodeDB on the devicein its DB, by number or ID using '!' or '0x' prefix.",
1737
+
help="Tell the destination node to set the specified node to be favorited on the NodeDB. "
1738
+
"Use the node ID with a '!' or '0x' prefix or the node number.",
1736
1739
metavar="!xxxxxxxx"
1737
1740
)
1738
1741
group.add_argument(
1739
1742
"--remove-favorite-node",
1740
-
help="Tell the destination node to set the specified node to be un-favorited on the NodeDB on the device, by number or ID using '!' or '0x' prefix.",
1743
+
help="Tell the destination node to set the specified node to be un-favorited on the NodeDB. "
1744
+
"Use the node ID with a '!' or '0x' prefix or the node number.",
1741
1745
metavar="!xxxxxxxx"
1742
1746
)
1743
1747
group.add_argument(
1744
1748
"--set-ignored-node",
1745
-
help="Tell the destination node to set the specified node to be ignored on the NodeDB on the devicein its DB, by number or ID using '!' or '0x' prefix.",
1749
+
help="Tell the destination node to set the specified node to be ignored on the NodeDB. "
1750
+
"Use the node ID with a '!' or '0x' prefix or the node number.",
1746
1751
metavar="!xxxxxxxx"
1747
1752
)
1748
1753
group.add_argument(
1749
1754
"--remove-ignored-node",
1750
-
help="Tell the destination node to set the specified node to be un-ignored on the NodeDB on the device, by number or ID using '!' or '0x' prefix.",
1755
+
help="Tell the destination node to set the specified node to be un-ignored on the NodeDB. "
1756
+
"Use the node ID with a '!' or '0x' prefix or the node number.",
0 commit comments