| Message ID | 20260828143532.1532565-1-richard.purdie@linuxfoundation.org |
|---|---|
| State | Accepted, archived |
| Commit | 75c85c54d9bcc5b732459bef183bab79db00c843 |
| Headers | show |
| Series | bin/toaster: Remove accidentally added version string | expand |
diff --git a/bin/toaster b/bin/toaster index 51bad203da1..16a64bab60e 100755 --- a/bin/toaster +++ b/bin/toaster @@ -7,8 +7,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -__version__ = "2.19.0" - HELP=" Usage 1: source toaster start|stop [webport=<address:port>] [noweb] [nobuild] [toasterdir] Optional arguments:
This was supposed to only be in python files, and this one is a shell script. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- bin/toaster | 2 -- 1 file changed, 2 deletions(-)