aboutsummaryrefslogtreecommitdiff
path: root/pw_status/py
diff options
context:
space:
mode:
authorWyatt Hepler <hepler@google.com>2020-09-25 16:27:38 -0700
committerCQ Bot Account <commit-bot@chromium.org>2020-09-30 16:31:23 +0000
commitbb57d9cdd56031f81e3d8af2a71ee0cf7320a2a5 (patch)
tree091aa998eed8688cf962139fc6ba4dc4e8ac25b4 /pw_status/py
parent1ba30db66df7be75465ec4d628119b56e6afa040 (diff)
downloadpigweed-bb57d9cdd56031f81e3d8af2a71ee0cf7320a2a5.tar.gz
pw_status: Docs update
- Expand status docs. - Fix update_style.py docstring. Change-Id: I44323ca293d801d9c8b5e24ee3353046ec3d5db2 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/19164 Reviewed-by: Ewout van Bekkum <ewout@google.com> Reviewed-by: Alexei Frolov <frolv@google.com> Commit-Queue: Wyatt Hepler <hepler@google.com>
Diffstat (limited to 'pw_status/py')
-rwxr-xr-xpw_status/py/pw_status/update_style.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pw_status/py/pw_status/update_style.py b/pw_status/py/pw_status/update_style.py
index d7b642ebf..57c92bbf0 100755
--- a/pw_status/py/pw_status/update_style.py
+++ b/pw_status/py/pw_status/update_style.py
@@ -12,9 +12,9 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations under
# the License.
-"""Decodes and detokenizes Base64-encoded strings in serial output.
+"""Updates pw::Status usages from Status::CODE to Status::Code() style.
-The output is printed or saved to a file. Input is not supported.
+Also updates StatusWithSize.
"""
import argparse