The usage message, e.g. a2n-s-battery [-hcp] for the battery script, is defined multiple times.
This is error prone when changing it.
This issue proposes to move the usage to a global constant, which cannot be accessed from the outside, and use it in the usage and the help functions.
The usage message, e.g.
a2n-s-battery [-hcp]for thebatteryscript, is defined multiple times.This is error prone when changing it.
This issue proposes to move the usage to a global constant, which cannot be accessed from the outside, and use it in the
usageand thehelpfunctions.