-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Copy link
Labels
Stalearea: ShellShell subsystemShell subsystembugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug
Description
Describe the bug
The help message of a shell subcommand isn't aligned.
To Reproduce
Steps to reproduce the behavior:
- Boot something with
devmem
enabled on qemu - Type
devmem -h
in shell - See error
Expected behavior
Texts should be aligned
Impact
Text not aligned
Logs and console output
uart:~$ devmem -h
devmem - Read/write physical memory
Usage:
Read memory at address with optional width:
devmem address [width]
Write memory at address with mandatory width and value:
devmem address <width> <value>
Subcommands:
dump : Usage:
devmem dump -a <address> -s <size> [-w <width>]
~~~
^ not aligned
load : Usage:
devmem load [options] [address]
~~~
^ not aligned
Options:
-e little-endian parse
Environment (please complete the following information):
- OS: Linux
- Toolchain Zephyr SDK 0.16.8
- Commit SHA or Version used: v3.7-branch
Metadata
Metadata
Assignees
Labels
Stalearea: ShellShell subsystemShell subsystembugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug